Skip to content

Commit d190e32

Browse files
committed
For warnings, change to "return" rather than "abort".
1 parent da9b2f0 commit d190e32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ <h3>Algorithm</h3>
14191419
<a data-link-for="JsonLdErrorCode">keyword redefinition</a>
14201420
error has been detected and processing is aborted.
14211421
If <var>term</var> has the form of a keyword (i.e., it begins with `"@"`),
1422-
processing is aborted and a processor SHOULD generate a warning.</li>
1422+
return; processors SHOULD generate a warning.</li>
14231423
<li class="changed">Set <var>previous definition</var> to any existing
14241424
<a>term definition</a> for <var>term</var> in <var>active context</var>,
14251425
removing that <a>term definition</a> from <var>active context</var>.</li>
@@ -1477,7 +1477,7 @@ <h3>Algorithm</h3>
14771477
error has been detected and processing is aborted.</li>
14781478
<li>If the value associated with the `@reverse` <a>entry</a> is a string
14791479
having the form of a keyword (i.e., it begins with `"@"`),
1480-
processing is aborted and processors SHOULD generate a warning.</li>
1480+
return; processors SHOULD generate a warning.</li>
14811481
<li>Otherwise, set the <a>IRI mapping</a> of <var>definition</var> to the
14821482
result of using the <a href="#iri-expansion">IRI Expansion algorithm</a>,
14831483
passing <var>active context</var>, the value associated with
@@ -1517,7 +1517,7 @@ <h3>Algorithm</h3>
15171517
<li>If the value associated with the `@id` <a>entry</a>
15181518
is not a <a>keyword</a>, but
15191519
has the form of a <a>keyword</a> (i.e., it begins with `"@"`),
1520-
processing is aborted and processors SHOULD generate a warning.</li>
1520+
return; processors SHOULD generate a warning.</li>
15211521
<li>Otherwise, set the <a>IRI mapping</a> of <var>definition</var> to the
15221522
result of using the <a href="#iri-expansion">IRI Expansion algorithm</a>, passing
15231523
<var>active context</var>, the value associated with the <code>@id</code> <a>entry</a> for

0 commit comments

Comments
 (0)