Skip to content

Commit 48d0fbb

Browse files
committed
Updated step 11 of the Create Term Definition algorithm to use any boolean value of @protected, not just true.
Fixes #475.
1 parent 4159b40 commit 48d0fbb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,8 +1612,8 @@ <h3>Algorithm</h3>
16121612
<span class="changed">initializing <a>prefix flag</a> to `false`,
16131613
<a>protected</a> to <var>protected</var>,
16141614
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.
16171617
If the value of `@protected` is not a <a>boolean</a>,
16181618
an <a data-link-for="JsonLdErrorCode">invalid @protected value</a> error has been detected and processing is aborted.
16191619
If <a>processing mode</a> is `json-ld-1.0`,
@@ -7036,6 +7036,9 @@ <h2>Changes since Candidate Release of 05 March 2020</h2>
70367036
<li>Move step <a href="#alg-context-create-defns">5.2.2</a> of the
70377037
<a href="#context-processing-algorithm">Context Processing algorithm</a>
70387038
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>
70397042
<li>Updated step <a href="#alg-iric-value-map">4.5</a> of the <a href="#iri-compaction">IRI Compaction algorithm</a>
70407043
to use `@index` for any value with an `@index` entry.</li>
70417044
<li>Update step <a href="#alg-compact-11_1">11.1</a> of the

0 commit comments

Comments
 (0)