|
298 | 298 | documents created using the 1.0 version of this specification remain compatible with JSON-LD 1.1.</p>
|
299 | 299 | </section>
|
300 | 300 |
|
301 |
| -<section id="sotd"> |
| 301 | +<section id="sotd" class="updateable-rec"> |
302 | 302 | <p>This document has been developed by the
|
303 | 303 | <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/">Final Report</a>.</p>
|
304 | 304 |
|
@@ -439,6 +439,15 @@ <h2>Terminology</h2>
|
439 | 439 | <p>This document uses the following terms as defined in external specifications
|
440 | 440 | and defines terms specific to JSON-LD.</p>
|
441 | 441 |
|
| 442 | + |
| 443 | + <div id="change_api_638" class="candidate correction"> |
| 444 | + <span class="marker">Candidate Correction 1</span> |
| 445 | + <p>Change the type of <a>term definition</a> from <a>array</a> to <a>map</a> in <a>active context</a>, |
| 446 | + to be consistent with the way it is used in the algorithms. |
| 447 | + For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/630">issue 630</a>. |
| 448 | + </p> |
| 449 | + </div> |
| 450 | + |
442 | 451 | <div data-include="common/terms.html"></div>
|
443 | 452 | </section>
|
444 | 453 |
|
@@ -3532,7 +3541,7 @@ <h3>Using the Document Base for the Default Vocabulary</h3>
|
3532 | 3541 |
|
3533 | 3542 | <p class="note">The values of <code>@type</code> are unordered, so if multiple
|
3534 | 3543 | types are listed, the order that <a>type-scoped contexts</a> are applied is based on
|
3535 |
| - <a>code point ordering</a>.</p> |
| 3544 | + <a data-lt="code point order">code point ordering</a>.</p> |
3536 | 3545 |
|
3537 | 3546 | <p>For example, consider the following semantically equivalent examples.
|
3538 | 3547 | The first example, shows how properties and types can define their own
|
@@ -13879,6 +13888,8 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
|
13879 | 13888 | <li>Allow further structured extensions of `application/ld+json` by using
|
13880 | 13889 | `+ld+json` as a structured media extension. See <a href="#structured-extension-ld-json"></a>.</li>
|
13881 | 13890 | <li>Use <a>code point order</a> as a better definition for the more vague "lexicographical order".</li>
|
| 13891 | + <li>2025-06-04: Clarifiy language about <a>term definitions</a>, |
| 13892 | + as described in <a href="#change_api_638">Candidate Correction 1</a></li> |
13882 | 13893 | </ul>
|
13883 | 13894 | </section>
|
13884 | 13895 |
|
|
0 commit comments