@@ -1612,8 +1612,8 @@ <h3>Algorithm</h3>
1612
1612
< span class ="changed "> initializing < a > prefix flag</ a > to `false`,
1613
1613
< a > protected</ a > to < var > protected</ var > ,
1614
1614
and < a > reverse property</ a > to `false`</ span > .</ li >
1615
- < li class ="changed "> If the < code > @protected </ code > entry in < var > value </ var >
1616
- is < code > true </ code > set the < a > protected</ a > flag in < var > definition</ var > to true .
1615
+ < li id =" alg-ctd-protected " class ="changed "> If < var > value </ var > has an < code > @protected </ code > entry,
1616
+ set the < a > protected</ a > flag in < var > definition</ var > to the value of this entry .
1617
1617
If the value of `@protected` is not a < a > boolean</ a > ,
1618
1618
an < a data-link-for ="JsonLdErrorCode "> invalid @protected value</ a > error has been detected and processing is aborted.
1619
1619
If < a > processing mode</ a > is `json-ld-1.0`,
@@ -7036,6 +7036,9 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
7036
7036
< li > Move step < a href ="#alg-context-create-defns "> 5.2.2</ a > of the
7037
7037
< a href ="#context-processing-algorithm "> Context Processing algorithm</ a >
7038
7038
to run before the subsequent step for checking < var > remote contexts</ var > .</ li >
7039
+ < li > Updated step < a href ="#alg-ctd-protected "> 11</ a > of the
7040
+ < a href ="#create-term-definition "> Create Term Definition algorithm</ a >
7041
+ to use any boolean value of `@protected`, not just `true`.</ li >
7039
7042
< li > Updated step < a href ="#alg-iric-value-map "> 4.5</ a > of the < a href ="#iri-compaction "> IRI Compaction algorithm</ a >
7040
7043
to use `@index` for any value with an `@index` entry.</ li >
7041
7044
< li > Update step < a href ="#alg-compact-11_1 "> 11.1</ a > of the
0 commit comments