Skip to content

Commit acd8b8c

Browse files
committed
Update changes since cr.
1 parent 527faba commit acd8b8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ <h3>Algorithm</h3>
28882888
<a href="#iri-expansion">IRI Expansion algorithm</a>,
28892889
passing <var>active context</var>, <var>index</var>, and <code>true</code>
28902890
for <var>document relative</var>.</li>
2891-
<li>Otherwise, if <var>container mapping</var> includes <code>@type</code>
2891+
<li id="alg-expand-container-mapping-type">Otherwise, if <var>container mapping</var> includes <code>@type</code>
28922892
and <var>expanded index</var> is not <code>@none</code>,
28932893
initialize <var>types</var> to a new <a>array</a>
28942894
consisting of <var>expanded index</var> followed by any existing
@@ -6937,6 +6937,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
69376937
<li>Added missing keywords to step <a href="#ctd-invalid-entries">28</a> of the
69386938
<a href="#create-term-definition">Create Term Definition algorithm</a>.
69396939
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/261">Issue 261</a>.</li>
6940+
<li>Improved text in step <a href="#alg-expand-container-mapping-type">13.8.3.7.5</a>
6941+
of the <a href="#expansion-algorithm">Expansion algorithm</a> to exclude
6942+
the <var>expanded index</var> being `@none`.
6943+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/264">Issue 264</a>.</li>
69406944
</ul>
69416945
</section>
69426946

0 commit comments

Comments
 (0)