@@ -12867,7 +12867,7 @@ <h3>Serializing/Deserializing RDF</h3>
12867
12867
both <var>A</var> and <var>B</var> have the same number of <a>entries</a>,
12868
12868
and each <a>entry</a> in <var>A</var> is equal to a corresponding <a>entry</a> in <var>B</var>
12869
12869
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>
12871
12871
in [[ECMASCRIPT]]), and</li>
12872
12872
<li>the values are considered equal through
12873
12873
applying this comparison recursively.</li>
@@ -12879,7 +12879,7 @@ <h3>Serializing/Deserializing RDF</h3>
12879
12879
through applying this comparison recursively.</li>
12880
12880
<li>Otherwise, if <var>A</var> and <var>B</var> satisfy the
12881
12881
<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>
12883
12883
<li>Otherwise, <var>A</var> and <var>B</var> are not equal.</li>
12884
12884
</ol>
12885
12885
</dd>
@@ -13726,6 +13726,8 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
13726
13726
<li>Added a <a href="#issue318">Note</a> motivating the lack of native support
13727
13727
for `xsd:decimal` literals.
13728
13728
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>
13729
13731
</ul>
13730
13732
</section>
13731
13733
0 commit comments