Skip to content

Commit 9157397

Browse files
Drop the “Feature Policy integration” section
Feature Policy is now known as Permissions Policy and sync-xhr is no longer part of it. It is now part of Document Policy. See #295 for follow-up work.
1 parent 82ff852 commit 9157397

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

xhr.bs

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,11 @@ archives:
103103
<p>This specification depends on the Infra Standard. [[!INFRA]]
104104

105105
<p>This specification uses terminology from DOM, DOM Parsing and Serialization, Encoding,
106-
Feature Policy, Fetch, File API, HTML, URL, Web IDL, and XML.
106+
Fetch, File API, HTML, URL, Web IDL, and XML.
107107

108108
[[!DOM]]
109109
[[!DOM-PARSING]]
110110
[[!ENCODING]]
111-
[[!FEATURE-POLICY]]
112111
[[!FETCH]]
113112
[[!FILEAPI]]
114113
[[!HTML]]
@@ -922,10 +921,6 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
922921
<p>Otherwise, if <a>this</a>'s <a>synchronous flag</a> is set:
923922

924923
<ol>
925-
<li><p>If <a>this</a>'s <a>relevant settings object</a> has a <a>responsible document</a> which
926-
is not <a>allowed to use</a> the "<code><a>sync-xhr</a></code>" feature, then run
927-
<a>handle response end-of-body</a> for <a>this</a> and return.
928-
929924
<li><p>Let <var>processedResponse</var> be false.
930925

931926
<li>
@@ -1579,12 +1574,6 @@ steps are:
15791574
</table>
15801575

15811576

1582-
<h3 id=feature-policy-integration>Feature Policy integration</h3>
1583-
1584-
<p>This specification defines a <a>policy-controlled feature</a> identified by the string
1585-
"<code><dfn>sync-xhr</dfn></code>". Its <a>default allowlist</a> is <code>*</code>.
1586-
1587-
15881577
<h2 id=interface-formdata>Interface {{FormData}}</h2>
15891578

15901579
<pre class=idl>

0 commit comments

Comments
 (0)