Skip to content

Commit 293585a

Browse files
committed
Comment out 2021-01-05 editorial changes to node-map-generation algorithm.
Re-number the change for the expansion algorithm to candidate correction 1. Comment out 2021-02-25 editorial changes to IRI expansion algorithm.
1 parent 9992fef commit 293585a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3072,20 +3072,20 @@ <h3>Algorithm</h3>
30723072
<a data-link-for="JsonLdErrorCode">invalid @nest value</a> error
30733073
has been detected and processing is aborted.</li>
30743074
<li>
3075-
<div class="candidate correction" id="change_2">
3076-
<span class="marker">Candidate Correction 2</span>
3075+
<div class="candidate correction" id="change_1">
3076+
<span class="marker">Candidate Correction 1</span>
30773077
<p>This algorithm step omitted two additional steps
30783078
which include <var>nesting-key</var> in addition to <var>nested value</var>.
30793079
For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/380">issue 380</a>.</p>
30803080
</div>
30813081
Recursively repeat steps
3082-
<ins cite="#change_2">
3082+
<ins cite="#change_1">
30833083
<a href="#alg-expand-property-scoped-context">3</a>,
30843084
<a href="#alg-expand-property-scoped-context2">8</a>,
30853085
</ins>
30863086
<a href="#alg-expand-each-key-value">13</a>,
30873087
and <a href="#alg-expand-resolve-nest">14</a>
3088-
<ins cite="#change_2">
3088+
<ins cite="#change_1">
30893089
using <var>nesting-key</var> for <var>active property</var>, and
30903090
</ins>
30913091
<var>nested value</var> for <var>element</var>.
@@ -6861,10 +6861,10 @@ <h2>Change log</h2>
68616861
<ul>
68626862
<!--li>Regenerated definition list, which does not attempt to filter out unused definitions.</li-->
68636863
<!--li>Changed obsolete use of `void` in WebIDL to `undefined`.</li-->
6864-
<li>2021-01-05: Added some clarifications to the algorithm of <a href="#node-map-generation"></a>.<!-- From issue 519--></li>
6864+
<!--li>2021-01-05: Added some clarifications to the algorithm of <a href="#node-map-generation"></a>.</li--><!-- From issue 519-->
68656865
<li>2020-02-23: Added some clarifications to <a href="#expansion-algorithm" class="sectionRef"></a>
6866-
as described in <a href="#change_2">Candidate Correction 2</a>.</li>
6867-
<li>2021-02-25: Added some clarifications to the algorithm of <a href="#iri-compaction"></a>.</li> <!-- From issue 524, commit: 027da2879ebe658c2f8609d164586d0e23be68a5 -->
6866+
as described in <a href="#change_1">Candidate Correction 1</a>.</li>
6867+
<!--li>2021-02-25: Added some clarifications to the algorithm of <a href="#iri-compaction"></a>.</li--> <!-- From issue 524, commit: 027da2879ebe658c2f8609d164586d0e23be68a5 -->
68686868
<li>2021-05-15: Added additional language to the
68696869
<a href="#compaction-algorithm">Compaction Algorithm</a>
68706870
step <a href="#alg-compact-12_8_9_6_1">12.8.9.6.1</a> to first expand

0 commit comments

Comments
 (0)