Skip to content

Commit ad5b4e7

Browse files
committed
Indicate that values of @context found in Create Term Definition are processed, but values are discarded to perform error checking.
Fixes #99.
1 parent 35c4feb commit ad5b4e7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,10 @@ <h3>Algorithm</h3>
15041504
and <code>true</code> for <var>from property</var>.
15051505
If any error is detected, an
15061506
<a data-link-for="JsonLdErrorCode">invalid scoped context</a> error
1507-
has been detected and processing is aborted.</li>
1507+
has been detected and processing is aborted.
1508+
<p class="note">The result of the <a href="#context-processing-algorithm">Context Processing algorithm</a>
1509+
is discarded; it is called to detect errors at definition time.
1510+
If used, the context will be further processed as part of <a>expansion</a> or <a>compaction</a>.</p></li>
15081511
<li>Set the <var>local context</var> of <var>definition</var> to <var>context</var>.</li>
15091512
</ol>
15101513
</li>

0 commit comments

Comments
 (0)