You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="note">The HTTP Link Header is ignored for documents served as <code>application/ld+json</code>,
6421
6421
<code>text/html</code>, or <code>application/xhtml+xml</code>.</p>
6422
6422
</li>
6423
-
<li>Otherwise, the retrieved document's <a>Content-Type</a> is neither
6423
+
<li>Otherwise, if the retrieved document's <a>Content-Type</a> is neither
6424
6424
<code>application/json</code>,
6425
6425
<code>application/ld+json</code>,
6426
6426
nor any other media type using a
6427
-
<code>+json</code> suffix as defined in [[RFC6839]].
6428
-
Reject the <var>promise</var> passing a <adata-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
6427
+
<code>+json</code> suffix as defined in [[RFC6839]], reject the <var>promise</var> passing a <adata-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
6429
6428
<li>Create a new <a>RemoteDocument</a><var>remote document</var> using
6430
6429
<var>url</var> as {{RemoteDocument/documentUrl}},
6431
6430
<var>document</var> as {{RemoteDocument/document}},
0 commit comments