From af16ed0bf6d85ccfc2f1a301a2dadd7209dbd83e Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Champin Date: Fri, 20 Dec 2019 11:01:43 +0100 Subject: [PATCH] added missing keywords in step 28 (Create Term Definition) --- index.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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.