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 @@

Serializing/Deserializing RDF

1286712867
both A and B have the same number of entries,
1286812868
and each entry in A is equal to a corresponding entry in B
1286912869
where
    12870-
  • the keys are equal (as defined in Section 7.2.12, step 5.a
  • 12870+
  • the keys are equal (as defined in Section 7.2.13, step 5.a
  • 1287112871
    in [[ECMASCRIPT]]), and
    1287212872
  • the values are considered equal through
  • 1287312873
    applying this comparison recursively.
    @@ -12879,7 +12879,7 @@

    Serializing/Deserializing RDF

    1287912879
    through applying this comparison recursively.
    1288012880
  • Otherwise, if A and B satisfy the
  • 1288112881
    12882-
    defined in Section 7.2.15 in [[ECMASCRIPT]].
    12882+
    defined in Section 7.2.16 in [[ECMASCRIPT]].
    1288312883
  • Otherwise, A and B are not equal.
  • 1288412884
    1288512885
    @@ -13726,6 +13726,8 @@

    Changes since Candidate Release of 12 December 2019

    1372613726
  • Added a Note motivating the lack of native support
  • 1372713727
    for `xsd:decimal` literals.
    1372813728
    This is in response to Issue 318.
    13729+
  • Updated section number references into [[ECMASCRIPT]] within .
  • 13730+
    This is in response to Issue 321.
    1372913731
    1373013732
    1373113733

    0 commit comments

    Comments
     (0)