Skip to content

Commit 8d0b7b5

Browse files
committed
Add candidate change and insertions for #380/#388.
1 parent 76319ff commit 8d0b7b5

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

index.html

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
with documents created using [[[JSON-LD10]]] [[JSON-LD10]].</p>
303303
</section>
304304

305-
<section id="sotd">
305+
<section id="sotd" class="updateable-rec">
306306
<p>This document has been developed by the
307307
<a href="https://www.w3.org/2018/json-ld-wg/">JSON-LD Working Group</a> and was derived from the <a href="https://www.w3.org/community/json-ld/">JSON-LD Community Group's</a> <a href="https://www.w3.org/2018/jsonld-cg-reports/json-ld-api/">Final Report</a>.</p>
308308

@@ -312,6 +312,9 @@
312312

313313
<p>This specification is intended to <a href='https://www.w3.org/2019/Process-20190301/#rec-rescind'>supersede</a> the [[[JSON-LD10-API]]] [[JSON-LD10-API]] specification. </p>
314314

315+
<p><span hidden="hidden" class="candidate-correction"></span>
316+
This document includes Candidate Corrections to the current
317+
<a href="https://www.w3.org/TR/2020/REC-json-ld11-api-20200716/">W3C Recommendation dated 16 July 2020</a>.</p>
315318

316319
<section>
317320
<h2>Set of Documents</h2>
@@ -3068,12 +3071,23 @@ <h3>Algorithm</h3>
30683071
<var>nested value</var> expands to <code>@value</code>, an
30693072
<a data-link-for="JsonLdErrorCode">invalid @nest value</a> error
30703073
has been detected and processing is aborted.</li>
3071-
<li>Recursively repeat steps
3072-
<a href="#alg-expand-property-scoped-context">3</a>,
3073-
<a href="#alg-expand-property-scoped-context2">8</a>,
3074+
<li>
3075+
<div class="candidate correction" id="change_1">
3076+
<span class="marker">Candidate Correction 1</span>
3077+
<p>This algorithm step omitted two additional steps
3078+
which include <var>nesting-key</var> in addition to <var>nested value</var>.
3079+
For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/380">issue 380</a>.</p>
3080+
</div>
3081+
Recursively repeat steps
3082+
<ins cite="#change_1">
3083+
<a href="#alg-expand-property-scoped-context">3</a>,
3084+
<a href="#alg-expand-property-scoped-context2">8</a>,
3085+
</ins>
30743086
<a href="#alg-expand-each-key-value">13</a>,
30753087
and <a href="#alg-expand-resolve-nest">14</a>
3076-
using <var>nesting-key</var> for <var>active property</var>, and
3088+
<ins cite="#change_1">
3089+
using <var>nesting-key</var> for <var>active property</var>, and
3090+
</ins>
30773091
<var>nested value</var> for <var>element</var>.
30783092
<div class="note">Steps <a href="#alg-expand-property-scoped-context">3</a>
30793093
and <a href="#alg-expand-property-scoped-context2">8</a>
@@ -7107,6 +7121,8 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
71077121
<li>Changed obsolete use of `void` in WebIDL to `undefined`.</li>
71087122
<li>Added some clarifications to the algorithm of <a href="#node-map-generation"></a>.</li>
71097123
<li>Added some clarifications to the algorithm of <a href="#iri-compaction"></a>.</li>
7124+
<li>Added some clarifications to <a href="#expansion-algorithm" class="sectionRef"></a>
7125+
as described in <a href="#change_1">CANDIDATE CORRECTION 1</a>.</li>
71107126
<li>Added additional language to the
71117127
<a href="#compaction-algorithm">Compaction Algorithm</a>
71127128
step <a href="#alg-compact-12_8_9_6_1">12.8.9.6.1</a> to first expand

0 commit comments

Comments
 (0)