@@ -1567,8 +1567,10 @@ <h3>Algorithm</h3>
1567
1567
`@json` or `@none`, and < a > processing mode</ a > is `json-ld-1.0`,
1568
1568
an < a data-link-for ="JsonLdErrorCode "> invalid type mapping</ a >
1569
1569
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 > ,
1572
1574
nor an < a > IRI</ a > ,
1573
1575
an < a data-link-for ="JsonLdErrorCode "> invalid type mapping</ a >
1574
1576
error has been detected and processing is aborted.</ li >
@@ -6929,6 +6931,9 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
6929
6931
< a href ="#expansion-algorithm "> Expansion algorithm</ a >
6930
6932
to make sure the < a > type-scoped context</ a > is not propagated by default.
6931
6933
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 >
6932
6937
< li > Added missing keyworkds < a href ="#ctd-invalid-entries "> 28</ a > of the
6933
6938
< a href ="#create-term-definition "> Create Term Definition algorithm</ a >
6934
6939
that remaining steps are skipped if the value of `@id` is `null`.
0 commit comments