Skip to content

Commit e52588e

Browse files
committed
Add changes since CR section referencing the note on xsd:literals for #318.
1 parent f2429c0 commit e52588e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -13240,7 +13240,7 @@ <h4>Conversion of native data types</h4>
1324013240
-->
1324113241
</pre>
1324213242

13243-
<div class="note changed">Note that this interpretation differs from [[Turtle]],
13243+
<div id="issue318" class="note changed">Note that this interpretation differs from [[Turtle]],
1324413244
in which the literal `2.78` translates to an `xsd:decimal`.
1324513245
The rationale is that most JSON tools parse numbers with fractions as
1324613246
<em>floating point numbers</em>,
@@ -13720,6 +13720,14 @@ <h2>Changes since JSON-LD Community Group Final Report</h2>
1372013720
<li>Warn about forward-compatibility issues for terms of the form (`"@"1*ALPHA`).</li>
1372113721
</ul>
1372213722
</section>
13723+
<section class="appendix informative" id="changes-from-cg">
13724+
<h2>Changes since Candidate Release of 12 November 2019</h2>
13725+
<ul>
13726+
<li>Added a <a href="#issue318">Note</a> motivating the lack of native support
13727+
for `xsd:decimal` literals.
13728+
This is in response to <a href="https://github.com/w3c/json-ld-syntax/issues/318">Issue 318</a>.</li>
13729+
</ul>
13730+
</section>
1372313731

1372413732
<section id="ack"
1372513733
class="appendix informative"

0 commit comments

Comments
 (0)