@@ -1419,7 +1419,7 @@ <h3>Algorithm</h3>
1419
1419
< a data-link-for ="JsonLdErrorCode "> keyword redefinition</ a >
1420
1420
error has been detected and processing is aborted.
1421
1421
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 >
1423
1423
< li class ="changed "> Set < var > previous definition</ var > to any existing
1424
1424
< a > term definition</ a > for < var > term</ var > in < var > active context</ var > ,
1425
1425
removing that < a > term definition</ a > from < var > active context</ var > .</ li >
@@ -1477,7 +1477,7 @@ <h3>Algorithm</h3>
1477
1477
error has been detected and processing is aborted.</ li >
1478
1478
< li > If the value associated with the `@reverse` < a > entry</ a > is a string
1479
1479
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 >
1481
1481
< li > Otherwise, set the < a > IRI mapping</ a > of < var > definition</ var > to the
1482
1482
result of using the < a href ="#iri-expansion "> IRI Expansion algorithm</ a > ,
1483
1483
passing < var > active context</ var > , the value associated with
@@ -1517,7 +1517,7 @@ <h3>Algorithm</h3>
1517
1517
< li > If the value associated with the `@id` < a > entry</ a >
1518
1518
is not a < a > keyword</ a > , but
1519
1519
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 >
1521
1521
< li > Otherwise, set the < a > IRI mapping</ a > of < var > definition</ var > to the
1522
1522
result of using the < a href ="#iri-expansion "> IRI Expansion algorithm</ a > , passing
1523
1523
< var > active context</ var > , the value associated with the < code > @id</ code > < a > entry</ a > for
0 commit comments