Skip to content

Commit 675bcb1

Browse files
committed
RFC8259 => RFC8288.
1 parent 0f4c6ba commit 675bcb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5826,15 +5826,15 @@ <h3>LoadDocumentCallback</h3>
58265826
as discussed in [[?cooluris]]).</li>
58275827
<li>If the retrieved resource's <a>Content-Type</a> is not <code>application/ld+json</code>
58285828
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
58305830
with type `application/ld+json`,
58315831
set <var>url</var> to the associated <code>href</code> relative to the previous <var>url</var>
58325832
and restart the algorithm from <a href="#LoadDocumentCallback-step-2">step 2</a>,
58335833
ensuring that <var>documentUrl</var> is set to the original <var>url</var>.</li>
58345834
<li>If the retrieved resource's <a>Content-Type</a> is <code>application/json</code>
58355835
or any media type with a <code>+json</code> suffix as defined in [[RFC6839]]
58365836
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,
58385838
set <var>contextUrl</var> to the associated <code>href</code>.
58395839
<p>If multiple HTTP Link Headers using the <code>http://www.w3.org/ns/json-ld#context</code> link relation are found,
58405840
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>
59795979

59805980
<dl>
59815981
<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]]
59835983
using the <code>http://www.w3.org/ns/json-ld#context</code> link relation
59845984
in the response.
59855985
If the response's <a>Content-Type</a> is <code>application/ld+json</code>,
@@ -6197,7 +6197,7 @@ <h4>JsonLdErrorCode</h4>
61976197
<dt><dfn>loading remote context failed</dfn></dt>
61986198
<dd>There was a problem encountered loading a remote context.</dd>
61996199
<dt><dfn>multiple context link headers</dfn></dt>
6200-
<dd>Multiple HTTP Link Headers [[RFC8259]]
6200+
<dd>Multiple HTTP Link Headers [[RFC8288]]
62016201
using the <code>http://www.w3.org/ns/json-ld#context</code> link relation
62026202
have been detected.</dd>
62036203
<dt><dfn>processing mode conflict</dfn></dt>

0 commit comments

Comments
 (0)