Skip to content

Commit b6c3cce

Browse files
pchampingkellogg
authored andcommitted
added missing keywords in step 28 (Create Term Definition)
1 parent 6aa573b commit b6c3cce

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,11 +1839,17 @@ <h3>Algorithm</h3>
18391839
has been detected and processing is aborted.</li>
18401840
</ol>
18411841
</li>
1842-
<li>If the value contains any <a>entry</a> other than <code>@id</code>,
1842+
<li id="ctd-invalid-entries">If the value contains any <a>entry</a> other than <code>@id</code>,
18431843
<code>@reverse</code>, <code>@container</code>,
1844-
<code class="changed">@context</code>, <code>@language</code>, <code class="changed">@nest</code>,
1845-
<code class="changed">@prefix</code>, or <code>@type</code>, an
1846-
<a data-link-for="JsonLdErrorCode">invalid term definition</a> error has
1844+
<code class="changed">@context</code>,
1845+
<code class="changed">@direction</code>,
1846+
<code class="changed">@index</code>,
1847+
<code>@language</code>,
1848+
<code class="changed">@nest</code>,
1849+
<code class="changed">@prefix</code>,
1850+
<code class="changed">@protected</code>,
1851+
or <code>@type</code>,
1852+
an <a data-link-for="JsonLdErrorCode">invalid term definition</a> error has
18471853
been detected and processing is aborted.</li>
18481854
<li class="changed">If <var>override protected</var> is <code>false</code>
18491855
and <var>previous definition</var> exists and is protected;
@@ -6923,6 +6929,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
69236929
<a href="#expansion-algorithm">Expansion algorithm</a>
69246930
to make sure the <a>type-scoped context</a> is not propagated by default.
69256931
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/243">Issue 246</a>.</li>
6932+
<li>Added missing keyworkds <a href="#ctd-invalid-entries">28</a> of the
6933+
<a href="#create-term-definition">Create Term Definition algorithm</a>
6934+
that remaining steps are skipped if the value of `@id` is `null`.
6935+
This is in response to <a href="https://github.com/w3c/json-ld-api/issues/261">Issue 261</a>.</li>
69266936
</ul>
69276937
</section>
69286938

0 commit comments

Comments
 (0)