diff --git a/index.html b/index.html
index 07c9a167..3ee39fc5 100644
--- a/index.html
+++ b/index.html
@@ -1419,7 +1419,7 @@
Algorithm
keyword redefinition
error has been detected and processing is aborted.
If term has the form of a keyword (i.e., it begins with `"@"`),
- processing is aborted and a processor SHOULD generate a warning.
+ return; processors SHOULD generate a warning.
Set previous definition to any existing
term definition for term in active context,
removing that term definition from active context.
@@ -1477,7 +1477,7 @@ Algorithm
error has been detected and processing is aborted.
If the value associated with the `@reverse` entry is a string
having the form of a keyword (i.e., it begins with `"@"`),
- processing is aborted and processors SHOULD generate a warning.
+ return; processors SHOULD generate a warning.
Otherwise, set the IRI mapping of definition to the
result of using the IRI Expansion algorithm,
passing active context, the value associated with
@@ -1517,7 +1517,7 @@ Algorithm
If the value associated with the `@id` entry
is not a keyword, but
has the form of a keyword (i.e., it begins with `"@"`),
- processing is aborted and processors SHOULD generate a warning.
+ return; processors SHOULD generate a warning.
Otherwise, set the IRI mapping of definition to the
result of using the IRI Expansion algorithm, passing
active context, the value associated with the @id
entry for