From af320435740708c4a54ecdc52f9ba23f78476b42 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 25 Mar 2021 18:58:01 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Drop=20the=20=E2=80=9CFeature=20Policy=20in?= =?UTF-8?q?tegration=E2=80=9D=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/whatwg/xhr/pull/321 and https://github.com/whatwg/xhr/pull/295 --- xhr.bs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/xhr.bs b/xhr.bs index bcd47ea..bfd10c9 100644 --- a/xhr.bs +++ b/xhr.bs @@ -103,7 +103,7 @@ archives:

This specification depends on the Infra Standard. [[!INFRA]]

This specification uses terminology from DOM, DOM Parsing and Serialization, Encoding, -Feature Policy, Fetch, File API, HTML, URL, Web IDL, and XML. +Fetch, File API, HTML, URL, Web IDL, and XML. [[!DOM]] [[!DOM-PARSING]] @@ -1579,12 +1579,6 @@ steps are: -

Feature Policy integration

- -

This specification defines a policy-controlled feature identified by the string -"sync-xhr". Its default allowlist is *. - -

Interface {{FormData}}


From ec82fb327f2dc93009bc02ffd7ff6de07c7065df Mon Sep 17 00:00:00 2001
From: "Michael[tm] Smith" 
Date: Fri, 26 Mar 2021 11:44:36 +0900
Subject: [PATCH 2/3] Drop the send(body) step that references sync-xhr

---
 xhr.bs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/xhr.bs b/xhr.bs
index bfd10c9..9175bdf 100644
--- a/xhr.bs
+++ b/xhr.bs
@@ -922,10 +922,6 @@ return this's cross-origin credentials.
   

Otherwise, if this's synchronous flag is set:

    -
  1. If this's relevant settings object has a responsible document which - is not allowed to use the "sync-xhr" feature, then run - handle response end-of-body for this and return. -

  2. Let processedResponse be false.

  3. From 5d8dbf00db6ed17a25b9e94552c326fcd560bc7e Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 26 Mar 2021 09:16:11 +0100 Subject: [PATCH 3/3] drop ref too --- xhr.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/xhr.bs b/xhr.bs index 9175bdf..9ab006b 100644 --- a/xhr.bs +++ b/xhr.bs @@ -108,7 +108,6 @@ Fetch, File API, HTML, URL, Web IDL, and XML. [[!DOM]] [[!DOM-PARSING]] [[!ENCODING]] -[[!FEATURE-POLICY]] [[!FETCH]] [[!FILEAPI]] [[!HTML]]