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>,
6567
6567
<code>text/html</code>, or <code>application/xhtml+xml</code>.</p>
6568
6568
</li>
6569
-
<li>Otherwise, the retrieved document's <a>Content-Type</a> is neither
6569
+
<li>Otherwise, if the retrieved document's <a>Content-Type</a> is neither
6570
6570
<code>application/json</code>,
6571
6571
<code>application/ld+json</code>,
6572
6572
nor any other media type using a
6573
-
<code>+json</code> suffix as defined in [[RFC6839]].
6574
-
Reject the <var>promise</var> passing a <adata-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
6573
+
<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>
6575
6574
<li>Create a new <a>RemoteDocument</a><var>remote document</var> using
6576
6575
<var>url</var> as {{RemoteDocument/documentUrl}},
6577
6576
<var>document</var> as {{RemoteDocument/document}},
0 commit comments