diff --git a/index.html b/index.html index bae0515b..e7205ae9 100644 --- a/index.html +++ b/index.html @@ -1839,11 +1839,17 @@

Algorithm

has been detected and processing is aborted. -
  • If the value contains any entry other than @id, +
  • If the value contains any entry other than @id, @reverse, @container, - @context, @language, @nest, - @prefix, or @type, an - invalid term definition error has + @context, + @direction, + @index, + @language, + @nest, + @prefix, + @protected, + or @type, + an invalid term definition error has been detected and processing is aborted.
  • If override protected is false and previous definition exists and is protected; @@ -6923,6 +6929,10 @@

    Changes since Candidate Release of 12 December 2019

    Expansion algorithm to make sure the type-scoped context is not propagated by default. This is in response to Issue 246.
  • +
  • Added missing keyworkds 28 of the + Create Term Definition algorithm + that remaining steps are skipped if the value of `@id` is `null`. + This is in response to Issue 261.