Skip to content

Commit ad3ad50

Browse files
committed
Remove test for detecting if HTML is not supported in the HTML supported section.
1 parent 47b4e4c commit ad3ad50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,9 +5880,6 @@ <h2>HTML Content Algorithms</h2>
58805880
<p>After <a href="#LoadDocumentCallback-step-5">step 5</a>, add the following processing step:
58815881
Otherwise, if the retrieved resource's <a>Content-Type</a> is <code>text/html</code>:</p>
58825882
<ol>
5883-
<li>If the processor does not support <a>HTML script extraction</a>
5884-
the <var>promise</var> is rejected with a <a>JsonLdError</a> whose code is set to <a data-link-for="JsonLdErrorCode">loading document failed</a>
5885-
and processing is terminated.</li>
58865883
<li>Set <var>documentUrl</var> to the the <a data-cite="HTML/urls-and-fetching.html#document-base-url">Document Base URL</a>
58875884
of <a data-link-for="LoadDocumentCallback">url</a>, as defined in [[HTML]],
58885885
using the existing <var>documentUrl</var> as the document's URL.

0 commit comments

Comments
 (0)