Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@
Its value is either a string (<dfn data-cite="JSON-LD11#dfn-simple-term-definition" data-lt="simple term definition|simple term" data-lt-noDefault>simple term definition</dfn>),
expanding to an <a>IRI</a>,
or a map (<a>expanded term definition</a>).
<ins cite="#change_api_638"><br/>
For <a data-cite="JSON-LD11-API#context-processing-algorithms">context processing</a>, <a>term definition</a> values are converted internally to a dedicated data structure that is easier to process.</ins>
<br/>
For <a data-cite="JSON-LD11-API#context-processing-algorithms">context processing</a>, <a>term definition</a> values are converted internally to a dedicated data structure that is easier to process.
</dd>
<dt class="changed"><dfn data-cite="JSON-LD11#dfn-type-map">type map</dfn></dt><dd class="changed">
A <a>type map</a> is a <a>map</a> value of a <a>term</a>
Expand Down
12 changes: 2 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,14 +440,6 @@ <h2>Terminology</h2>
and defines terms specific to JSON-LD.</p>


<div id="change_api_638" class="candidate correction">
<span class="marker">Candidate Correction 1</span>
<p>Change the type of <a>term definition</a> from <a>array</a> to <a>map</a> in <a>active context</a>,
to be consistent with the way it is used in the algorithms.
For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/630">issue 630</a>.
</p>
</div>

<div data-include="common/terms.html"></div>
</section>

Expand Down Expand Up @@ -13888,8 +13880,8 @@ <h2>Changes since Recommendation of 16 July 2020</h2>
<li>Allow further structured extensions of `application/ld+json` by using
`+ld+json` as a structured media extension. See <a href="#structured-extension-ld-json"></a>.</li>
<li>Use <a>code point order</a> as a better definition for the more vague "lexicographical order".</li>
<li>2025-06-04: Clarifiy language about <a>term definitions</a>,
as described in <a href="#change_api_638">Candidate Correction 1</a></li>
<li>2025-06-04: Clarify language about <a>term definitions</a>.
For more information, refer to <a href="https://github.com/w3c/json-ld-api/issues/630">issue 630</a>.</li>
</ul>
</section>

Expand Down