Skip to content

For warnings, change to "return" rather than "abort". #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ <h3>Algorithm</h3>
<a data-link-for="JsonLdErrorCode">keyword redefinition</a>
error has been detected and processing is aborted.
If <var>term</var> has the form of a keyword (i.e., it begins with `"@"`),
processing is aborted and a processor SHOULD generate a warning.</li>
return; processors SHOULD generate a warning.</li>
<li class="changed">Set <var>previous definition</var> to any existing
<a>term definition</a> for <var>term</var> in <var>active context</var>,
removing that <a>term definition</a> from <var>active context</var>.</li>
Expand Down Expand Up @@ -1477,7 +1477,7 @@ <h3>Algorithm</h3>
error has been detected and processing is aborted.</li>
<li>If the value associated with the `@reverse` <a>entry</a> is a string
having the form of a keyword (i.e., it begins with `"@"`),
processing is aborted and processors SHOULD generate a warning.</li>
return; processors SHOULD generate a warning.</li>
<li>Otherwise, set the <a>IRI mapping</a> of <var>definition</var> to the
result of using the <a href="#iri-expansion">IRI Expansion algorithm</a>,
passing <var>active context</var>, the value associated with
Expand Down Expand Up @@ -1517,7 +1517,7 @@ <h3>Algorithm</h3>
<li>If the value associated with the `@id` <a>entry</a>
is not a <a>keyword</a>, but
has the form of a <a>keyword</a> (i.e., it begins with `"@"`),
processing is aborted and processors SHOULD generate a warning.</li>
return; processors SHOULD generate a warning.</li>
<li>Otherwise, set the <a>IRI mapping</a> of <var>definition</var> to the
result of using the <a href="#iri-expansion">IRI Expansion algorithm</a>, passing
<var>active context</var>, the value associated with the <code>@id</code> <a>entry</a> for
Expand Down