diff --git a/index.html b/index.html index 4d3d2fa6..77e59586 100644 --- a/index.html +++ b/index.html @@ -6008,7 +6008,8 @@

Algorithm

expand() method using input and options - with {{JsonLdOptions/ordered}} set to false. + with {{JsonLdOptions/ordered}} set to false, + and {{JsonLdOptions/extractAllScripts}} defaulting to true.
  • Create a new RdfDataset dataset.
  • Create a new map node map.
  • Invoke the Node Map Generation algorithm, @@ -7118,6 +7119,12 @@

    Changes since Recommendation of 16 July 2020

    14 to begin with Otherwise.
  • Use code point order as a better definition for the more vague "lexicographical order".
  • Remove spurious paragraph in the description of {{JsonLdOptions/frameExpansion}}
  • +
  • Specify that the value of extractAllScripts + in toRdf() + defaults to `true`, rather than `false`. + This is consistent with wording in + Embedding JSON-LD in HTML Documents [[JSON-LD11]] + for treating script elements as a single document.