diff --git a/index.html b/index.html index 6c6aa58e..93bea958 100644 --- a/index.html +++ b/index.html @@ -1083,7 +1083,7 @@
The active context consists of:
Each term definition's value consists of:
+Each term definition's value consists of:
truetrue.
- @id and its value
+ @id and its value
does not equal term:
@id entry of value
@@ -2016,11 +2016,9 @@ @none
@@ -3113,15 +3090,11 @@ true if the
lexical form
- of value matches "true" or "1", or false
- if it matches "false" or "0".
+ of value matches "true" or "1", or false
+ if it matches "false" or "0".
If it matches neither,
set type to xsd:boolean.xsd:double and its
lexical form
is a valid xsd:integer or xsd:double
- according to [[XMLSCHEMA11-2]]For more information, refer to issue 605.
-Methods resolving a {{Promise}} with the internal representation +
Methods resolving a {{Promise}} with the internal representation MUST either map it to the datatype used by the implementation, as described in , or serialize it to JSON (or another appropriate serialization format) - as described in .
+ as described in .
/*
@@ -5898,9 +5866,7 @@ Algorithm
to the provided context.
- null.
- false,
- and {{JsonLdOptions/extractAllScripts}} defaulting to true.
+ with {{JsonLdOptions/ordered}} set to false,
+ and {{JsonLdOptions/extractAllScripts}} defaulting to true.
This section defines the requirements for serializing and deserializing
+ JSON from and to the internal representation, as appropriate,
+ based on the provided or requested Content-Type.
+ A Content-Type of application/json,
+ or media type with a +json suffix as defined in [[RFC6839]]
+ MUST serialize or deserialize to a format consistent with the JSON Grammar
+ as specified in [[RFC8259]].
This section defines the requirements for serializing and deserializing
- JSON from and to the internal representation, as appropriate,
- based on the provided or requested Content-Type.
- A Content-Type of application/json,
- or media type with a +json suffix as defined in [[RFC6839]]
- MUST serialize or deserialize to a format consistent with the JSON Grammar
- as specified in [[RFC8259]].
This specification does not define serializations of the internal representation + for other media types, which may be defined by other specifications.
-This specification does not define serializations of the internal representation - for other media types, which may be defined by other specifications.
+See + for details on extracting JSON from HTML.
-See - for details on extracting JSON from HTML.
- -[=ToString=]);
- [=ToString=]);
+ The HTTP Link Header is ignored for documents served as application/ld+json,
text/html, or application/xhtml+xml.
application/json,
application/ld+json,
nor any other media type using a
- +json suffix as defined in [[RFC6839]]+json suffix as defined in [[RFC6839]], then reject
the promise passing a loading document failed error.