diff --git a/index.html b/index.html index c3f83b25..700c526c 100644 --- a/index.html +++ b/index.html @@ -1704,7 +1704,7 @@

Algorithm

error been detected and processing is aborted.
  • If value contains the entry @container:
      -
    1. Initialize container to the value associated with the +
    2. Initialize container to the value associated with the @container entry, which MUST be either @graph, @id, @@ -1714,12 +1714,13 @@

      Algorithm

      @set, @type, - or an array containing exactly any one of those - keywords, an array containing @graph and + or an array containing exactly any one of those keywords, + an array containing @graph and either @id or @index optionally - including @set, or an array containing a - combination of @set and any of - @index, @id, @type, + including @set, + or an array containing a combination of @set and any of + @index, @graph, + @id, @type, @language in any order . Otherwise, an @@ -6895,6 +6896,10 @@

      Changes since Candidate Release of 12 December 2019

      Create Term Definition algorithm that remaining steps are skipped if the value of `@id` is `null`. This is in response to Issue 241.
    3. +
    4. Clarified step 21.1 of the + Create Term Definition algorithm + that `@graph` may be used with `@set`. + This is in response to Issue 242.