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
<dd>One or more IRIs to use in the request as a <code>profile</code> parameter.
@@ -6411,11 +6412,13 @@ <h3>RemoteDocument</h3>
6411
6412
<p>This sections describe an extension to the algorithm specified
6412
6413
in <a>LoadDocumentCallback</a> to support extracting JSON-LD from HTML.</p>
6413
6414
6414
-
<p><ahref="#LoadDocumentCallback-step-2">Step 2</a> is updated to add the following: A processor supporting <a>HTML script extraction</a> MUST include <code>text/html</code> at any preference level,
6415
+
<p><ahref="#LoadDocumentCallback-step-2">Step 2</a> is updated to add the following: A processor supporting <a>HTML script extraction</a> MUST include <code>text/html</code> at any preference level
6416
+
and MAY include <code>application/xhtml+xml</code> at any preference level,
6415
6417
unless <adata-link-for="LoadDocumentOptions">requestProfile</a> is `http://www.w3.org/ns/json-ld#context`.</p>
6416
6418
6417
6419
<p>After <ahref="#LoadDocumentCallback-step-5">step 5</a>, add the following processing step:
6418
-
Otherwise, if the retrieved resource's <a>Content-Type</a> is <code>text/html</code>:</p>
6420
+
Otherwise, if the retrieved resource's <a>Content-Type</a> is either <code>text/html</code>
6421
+
or <code>application/xhtml+xml</code>:</p>
6419
6422
<ol>
6420
6423
<li>Set <var>documentUrl</var> to the <adata-cite="HTML/urls-and-fetching.html#document-base-url">Document Base URL</a>
6421
6424
of <adata-link-for="LoadDocumentCallback">url</a>, as defined in [[HTML]],
@@ -6901,6 +6904,10 @@ <h2>Changes since Candidate Release of 12 December 2019</h2>
0 commit comments