diff --git a/index.html b/index.html index f860ab89..0e777c43 100644 --- a/index.html +++ b/index.html @@ -5477,10 +5477,20 @@

Algorithm

xsd:double and its lexical form is a valid xsd:integer or xsd:double - according [[XMLSCHEMA11-2]], set converted value - to the result of converting the - lexical form - to a JSON number. + according to [[XMLSCHEMA11-2]], +
    +
  1. attempt to convert the lexical form to a JSON number + according to + + JSON Serialization Scheme (JCS) 3.2.2.3 Serialization of Numbers + procedure; +
  2. +
  3. + If the conversion is successful, set converted value + to its result. +
  4. +
+
  • Otherwise, if processing mode is not `json-ld-1.0`,