@@ -5826,15 +5826,15 @@ <h3>LoadDocumentCallback</h3>
5826
5826
as discussed in [[?cooluris]]).</ li >
5827
5827
< li > If the retrieved resource's < a > Content-Type</ a > is not < code > application/ld+json</ code >
5828
5828
nor any media type with a < code > +json</ code > suffix as defined in [[RFC6839]],
5829
- and the response has an HTTP Link Header [[RFC8259 ]] using the < code > alternate</ code > link relation
5829
+ and the response has an HTTP Link Header [[RFC8288 ]] using the < code > alternate</ code > link relation
5830
5830
with type `application/ld+json`,
5831
5831
set < var > url</ var > to the associated < code > href</ code > relative to the previous < var > url</ var >
5832
5832
and restart the algorithm from < a href ="#LoadDocumentCallback-step-2 "> step 2</ a > ,
5833
5833
ensuring that < var > documentUrl</ var > is set to the original < var > url</ var > .</ li >
5834
5834
< li > If the retrieved resource's < a > Content-Type</ a > is < code > application/json</ code >
5835
5835
or any media type with a < code > +json</ code > suffix as defined in [[RFC6839]]
5836
5836
except < code > application/ld+json</ code > ,
5837
- and the response has an HTTP Link Header [[RFC8259 ]] using the < code > http://www.w3.org/ns/json-ld#context</ code > link relation,
5837
+ and the response has an HTTP Link Header [[RFC8288 ]] using the < code > http://www.w3.org/ns/json-ld#context</ code > link relation,
5838
5838
set < var > contextUrl</ var > to the associated < code > href</ code > .
5839
5839
< p > If multiple HTTP Link Headers using the < code > http://www.w3.org/ns/json-ld#context</ code > link relation are found,
5840
5840
the < var > promise</ var > is rejected with a < a > JsonLdError</ a > whose code is set to < a data-link-for ="JsonLdErrorCode "> multiple context link headers</ a >
@@ -5979,7 +5979,7 @@ <h3>RemoteDocument</h3>
5979
5979
5980
5980
< dl >
5981
5981
< dt > < dfn data-dfn-for ="RemoteDocument "> contextUrl</ dfn > </ dt >
5982
- < dd > If available, the value of the HTTP Link Header [[RFC8259 ]]
5982
+ < dd > If available, the value of the HTTP Link Header [[RFC8288 ]]
5983
5983
using the < code > http://www.w3.org/ns/json-ld#context</ code > link relation
5984
5984
in the response.
5985
5985
If the response's < a > Content-Type</ a > is < code > application/ld+json</ code > ,
@@ -6197,7 +6197,7 @@ <h4>JsonLdErrorCode</h4>
6197
6197
< dt > < dfn > loading remote context failed</ dfn > </ dt >
6198
6198
< dd > There was a problem encountered loading a remote context.</ dd >
6199
6199
< dt > < dfn > multiple context link headers</ dfn > </ dt >
6200
- < dd > Multiple HTTP Link Headers [[RFC8259 ]]
6200
+ < dd > Multiple HTTP Link Headers [[RFC8288 ]]
6201
6201
using the < code > http://www.w3.org/ns/json-ld#context</ code > link relation
6202
6202
have been detected.</ dd >
6203
6203
< dt > < dfn > processing mode conflict</ dfn > </ dt >
0 commit comments