@@ -1839,11 +1839,17 @@ <h3>Algorithm</h3>
1839
1839
has been detected and processing is aborted.</ li >
1840
1840
</ ol >
1841
1841
</ 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 > ,
1843
1843
< 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
1847
1853
been detected and processing is aborted.</ li >
1848
1854
< li class ="changed "> If < var > override protected</ var > is < code > false</ code >
1849
1855
and < var > previous definition</ var > exists and is protected;
@@ -6923,6 +6929,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
6923
6929
< a href ="#expansion-algorithm "> Expansion algorithm</ a >
6924
6930
to make sure the < a > type-scoped context</ a > is not propagated by default.
6925
6931
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 >
6926
6936
</ ul >
6927
6937
</ section >
6928
6938
0 commit comments