From f457ed6d37514b9e6cfaef5090c443f7553b908d Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Thu, 31 Oct 2019 15:20:43 -0700 Subject: [PATCH] For warnings, change to "return" rather than "abort". --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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