diff --git a/index.html b/index.html
index b79c2788..c966d7fb 100644
--- a/index.html
+++ b/index.html
@@ -485,9 +485,7 @@
Features
strings, numbers, booleans, and null to describe
the data represented by a JSON document. Algorithms act on this
internal representation with API entry points responsible for
- transforming between concrete representations and the internal representation.
- See
- for more details on transforming to or from the internal representation.
+ transforming between concrete internal representations.
JSON-LD uses contexts to allow Linked Data
to be expressed in a way that is specifically tailored to a particular
@@ -6566,12 +6564,21 @@
LoadDocumentCallback
The HTTP Link Header is ignored for documents served as application/ld+json
,
text/html
, or application/xhtml+xml
.
- Otherwise, the retrieved document's Content-Type is neither
+ Otherwise, if the retrieved document's Content-Type is neither
application/json
,
application/ld+json
,
nor any other media type using a
- +json
suffix as defined in [[RFC6839]].
- Reject the promise passing a loading document failed error.
+ +json
suffix as defined in [[RFC6839]].
+ Reject, then reject
+ the promise passing a loading document failed error.
+
+
Candidate Correction 6
+
This changes corrects the processing by not assuming that the
+ Content-Type is for JSON, but making processing conditional
+ on that Content-Type.
+ For more information, refer to issue 622.
+
+
Create a new RemoteDocument remote document using
url as {{RemoteDocument/documentUrl}},
document as {{RemoteDocument/document}},
@@ -7049,10 +7056,13 @@ Change log
Embedding JSON-LD in HTML Documents [[JSON-LD11]]
for treating script elements as a single document,
as described in Candidate Correction 4.
- 2024-10-31: Abstract JSON serialization from WebIDL interfaces to allow
+ 2024-01-25: Change processing step for LoadDocumentCallback
+ to not presume that the content type is for JSON,
+ as described in Candidate Correction 6
+ 2024-10-31: Abstract JSON serialization from WebIDL interfaces to allow
for alternative formats,
as described in Candidate Correction 7
-
+