From d8a38d0708f7a01c7aa5eb1caa319cc52f40cce6 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 18 Jul 2024 22:25:20 +0100 Subject: [PATCH 1/3] Update link for fragment serialization algorithm --- xhr.bs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/xhr.bs b/xhr.bs index ac25a35..88b96fe 100644 --- a/xhr.bs +++ b/xhr.bs @@ -15,11 +15,6 @@ spec:webdriver-bidi; type:dfn; text:event spec:fetch; type:dfn; for:/; text:credentials -
-urlPrefix: https://w3c.github.io/DOM-Parsing/; spec: dom-parsing
-    type: dfn; text: fragment serializing algorithm; url: dfn-fragment-serializing-algorithm
-
-

Introduction

@@ -686,7 +681,7 @@ return this's cross-origin credentials.
  • Let extractedContentType be null.

  • If body is a {{Document}}, then set this's request body to - body, serialized, + body, serialized, converted, and UTF-8 encoded.

  • From c4eda6d5a89e92975e2fc19a6b636fa2bb7278a1 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 18 Jul 2024 22:35:24 +0100 Subject: [PATCH 2/3] Fix reference to abort event --- xhr.bs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/xhr.bs b/xhr.bs index 88b96fe..14613fb 100644 --- a/xhr.bs +++ b/xhr.bs @@ -1023,9 +1023,9 @@ return this's cross-origin credentials. for xhr, timeout, and "{{TimeoutError!!exception}}" {{DOMException}}. -
  • Otherwise, if xhr's response's - aborted flag is set, run the request error steps for xhr, - abort, and "{{AbortError!!exception}}" +

  • Otherwise, if xhr's response's aborted + flag is set, run the request error steps for xhr, abort, and "{{AbortError!!exception}}" {{DOMException}}.

  • Otherwise, if xhr's response is a @@ -1088,9 +1088,9 @@ return this's cross-origin credentials.

  • Abort this's fetch controller. -

  • If this's state is opened with this's - send() flag set, headers received, or loading, then run the - request error steps for this and abort. +

  • If this's state is opened with this's send() + flag set, headers received, or loading, then run the request error steps + for this and abort.

  • If this's state is done, then set this's state to From bbd013d83fa3248e4b0058299f9877313379fcae Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Mon, 12 Aug 2024 15:10:56 +0200 Subject: [PATCH 3/3] line break nits --- xhr.bs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/xhr.bs b/xhr.bs index 14613fb..3d44b15 100644 --- a/xhr.bs +++ b/xhr.bs @@ -1023,9 +1023,9 @@ return this's cross-origin credentials. for xhr, timeout, and "{{TimeoutError!!exception}}" {{DOMException}}. -

  • Otherwise, if xhr's response's aborted - flag is set, run the request error steps for xhr, abort, and "{{AbortError!!exception}}" +

  • Otherwise, if xhr's response's + aborted flag is set, run the request error steps for xhr, + abort, and "{{AbortError!!exception}}" {{DOMException}}.

  • Otherwise, if xhr's response is a @@ -1088,9 +1088,10 @@ return this's cross-origin credentials.

  • Abort this's fetch controller. -

  • If this's state is opened with this's send() - flag set, headers received, or loading, then run the request error steps - for this and abort. +

  • If this's state is opened with this's + send() flag set, headers received, or loading, then run the + request error steps for this and + abort.

  • If this's state is done, then set this's state to