diff --git a/spec/latest/json-ld-api/index.html b/spec/latest/json-ld-api/index.html index 7e4e0a1d7..717c1bbe4 100644 --- a/spec/latest/json-ld-api/index.html +++ b/spec/latest/json-ld-api/index.html @@ -2409,10 +2409,13 @@

Algorithm

result using the variable container map.
  • If container map has no container member, create one and set its value to a new - dictionary with two members. The first member is - @language and its value is a new empty + dictionary with three members. + The first member is @language and its value is a new empty dictionary, the second member is @type - and its value is a new empty dictionary.
  • + and its value is a new empty dictionary, + and the third member is @any + and its value is a new dictionary with the member + @none set to the term being processed.
  • Reference the value associated with the container member in container map using the variable type/language map.
  • If the term definition indicates that the term @@ -2674,7 +2677,9 @@

    Algorithm

  • Otherwise, append type/language value and @none, in - that order, to preferred values.
  • + that order, to preferred values. + If value is an empty list object, + set type/language to @any.
  • Initialize term to the result of the Term Selection algorithm, passing inverse context, iri, containers,