Skip to content

Commit cd1fab1

Browse files
pchampingkellogg
authored andcommitted
add missing @none in step 13.4, addressing #259
1 parent b6c3cce commit cd1fab1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,8 +1567,10 @@ <h3>Algorithm</h3>
15671567
`@json` or `@none`, and <a>processing mode</a> is `json-ld-1.0`,
15681568
an <a data-link-for="JsonLdErrorCode">invalid type mapping</a>
15691569
error has been detected and processing is aborted.</li>
1570-
<li>Otherwise, if the expanded <var>type</var> is
1571-
neither <code>@id</code>, nor <code>@vocab</code>, nor <code>@json</code>,
1570+
<li id="ctd-invalid-type">Otherwise, if the expanded <var>type</var> is
1571+
neither <code>@id</code>, nor <code>@json</code>,
1572+
not <code>@none</code>,
1573+
nor <code>@vocab</code>,
15721574
nor an <a>IRI</a>,
15731575
an <a data-link-for="JsonLdErrorCode">invalid type mapping</a>
15741576
error has been detected and processing is aborted.</li>
@@ -6929,6 +6931,9 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
69296931
<a href="#expansion-algorithm">Expansion algorithm</a>
69306932
to make sure the <a>type-scoped context</a> is not propagated by default.
69316933
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 246</a>.</li>
6934+
<li>Added missing `@none` in <a href="#ctd-invalid-type">13.4</a> of the
6935+
<a href="#create-term-definition">Create Term Definition algorithm</a>.
6936+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/259">Issue 259</a>.</li>
69326937
<li>Added missing keyworkds <a href="#ctd-invalid-entries">28</a> of the
69336938
<a href="#create-term-definition">Create Term Definition algorithm</a>
69346939
that remaining steps are skipped if the value of `@id` is `null`.

0 commit comments

Comments
 (0)