Skip to content

Commit 5b237c1

Browse files
multimericgkellogg
authored andcommitted
Fix issue 622
1 parent e9a9a01 commit 5b237c1

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
@@ -6566,12 +6566,11 @@ <h3>LoadDocumentCallback</h3>
65666566
<p class="note">The HTTP Link Header is ignored for documents served as <code>application/ld+json</code>,
65676567
<code>text/html</code>, or <code>application/xhtml+xml</code>.</p>
65686568
</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
65706570
<code>application/json</code>,
65716571
<code>application/ld+json</code>,
65726572
nor any other media type using a
6573-
<code>+json</code> suffix as defined in [[RFC6839]].
6574-
Reject the <var>promise</var> passing a <a data-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 <a data-link-for="JsonLdErrorCode">loading document failed</a> error.</li>
65756574
<li>Create a new <a>RemoteDocument</a> <var>remote document</var> using
65766575
<var>url</var> as {{RemoteDocument/documentUrl}},
65776576
<var>document</var> as {{RemoteDocument/document}},

0 commit comments

Comments
 (0)