|
302 | 302 | with documents created using [[[JSON-LD10]]] [[JSON-LD10]].</p>
|
303 | 303 | </section>
|
304 | 304 |
|
305 |
| -<section id="sotd"> |
| 305 | +<section id="sotd" class="updateable-rec"> |
306 | 306 | <p>This document has been developed by the
|
307 | 307 | <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>
|
308 | 308 |
|
|
312 | 312 |
|
313 | 313 | <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>
|
314 | 314 |
|
| 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> |
315 | 318 |
|
316 | 319 | <section>
|
317 | 320 | <h2>Set of Documents</h2>
|
@@ -3068,12 +3071,23 @@ <h3>Algorithm</h3>
|
3068 | 3071 | <var>nested value</var> expands to <code>@value</code>, an
|
3069 | 3072 | <a data-link-for="JsonLdErrorCode">invalid @nest value</a> error
|
3070 | 3073 | 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> |
3074 | 3086 | <a href="#alg-expand-each-key-value">13</a>,
|
3075 | 3087 | 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> |
3077 | 3091 | <var>nested value</var> for <var>element</var>.
|
3078 | 3092 | <div class="note">Steps <a href="#alg-expand-property-scoped-context">3</a>
|
3079 | 3093 | and <a href="#alg-expand-property-scoped-context2">8</a>
|
@@ -7107,6 +7121,8 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
|
7107 | 7121 | <li>Changed obsolete use of `void` in WebIDL to `undefined`.</li>
|
7108 | 7122 | <li>Added some clarifications to the algorithm of <a href="#node-map-generation"></a>.</li>
|
7109 | 7123 | <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> |
7110 | 7126 | <li>Added additional language to the
|
7111 | 7127 | <a href="#compaction-algorithm">Compaction Algorithm</a>
|
7112 | 7128 | step <a href="#alg-compact-12_8_9_6_1">12.8.9.6.1</a> to first expand
|
|
0 commit comments