Skip to content

Commit 597a8c4

Browse files
committed
Update section references into ECMASCRIPT for JSON comparison.
For #321.
1 parent 8a8eead commit 597a8c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12867,7 +12867,7 @@ <h3>Serializing/Deserializing RDF</h3>
1286712867
both <var>A</var> and <var>B</var> have the same number of <a>entries</a>,
1286812868
and each <a>entry</a> in <var>A</var> is equal to a corresponding <a>entry</a> in <var>B</var>
1286912869
where <ul>
12870-
<li>the keys are equal (as defined in <a data-cite="ECMASCRIPT#sec-samevaluenonnumber">Section 7.2.12, step 5.a</a>
12870+
<li>the keys are equal (as defined in <a data-cite="ECMASCRIPT#sec-samevaluenonnumber">Section 7.2.13, step 5.a</a>
1287112871
in [[ECMASCRIPT]]), and</li>
1287212872
<li>the values are considered equal through
1287312873
applying this comparison recursively.</li>
@@ -12879,7 +12879,7 @@ <h3>Serializing/Deserializing RDF</h3>
1287912879
through applying this comparison recursively.</li>
1288012880
<li>Otherwise, if <var>A</var> and <var>B</var> satisfy the
1288112881
<a data-cite="ECMASCRIPT#sec-strict-equality-comparison">Strict Equality Comparison</a>
12882-
defined in <a data-cite="ECMASCRIPT#sec-strict-equality-comparison">Section 7.2.15</a> in [[ECMASCRIPT]].</li>
12882+
defined in <a data-cite="ECMASCRIPT#sec-strict-equality-comparison">Section 7.2.16</a> in [[ECMASCRIPT]].</li>
1288312883
<li>Otherwise, <var>A</var> and <var>B</var> are not equal.</li>
1288412884
</ol>
1288512885
</dd>
@@ -13726,6 +13726,8 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
1372613726
<li>Added a <a href="#issue318">Note</a> motivating the lack of native support
1372713727
for `xsd:decimal` literals.
1372813728
This is in response to <a href="https://github.com/w3c/json-ld-syntax/issues/318">Issue 318</a>.</li>
13729+
<li>Updated section number references into [[ECMASCRIPT]] within <a href="#the-rdf-json-datatype" class="sectionRef"></a>.
13730+
This is in response to <a href="https://github.com/w3c/json-ld-syntax/issues/321">Issue 321</a>.</li>
1372913731
</ul>
1373013732
</section>
1373113733

0 commit comments

Comments
 (0)