Skip to content

Commit 57f0be3

Browse files
committed
Fix issue 622
1 parent c05d6af commit 57f0be3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6420,12 +6420,11 @@ <h3>LoadDocumentCallback</h3>
64206420
<p class="note">The HTTP Link Header is ignored for documents served as <code>application/ld+json</code>,
64216421
<code>text/html</code>, or <code>application/xhtml+xml</code>.</p>
64226422
</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
64246424
<code>application/json</code>,
64256425
<code>application/ld+json</code>,
64266426
nor any other media type using a
6427-
<code>+json</code> suffix as defined in [[RFC6839]].
6428-
Reject the <var>promise</var> passing a <a data-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 <a data-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
64296428
<li>Create a new <a>RemoteDocument</a> <var>remote document</var> using
64306429
<var>url</var> as {{RemoteDocument/documentUrl}},
64316430
<var>document</var> as {{RemoteDocument/document}},

0 commit comments

Comments
 (0)