From f2f0397a0dc416f315ac8930960df5fafa634a4d Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Mon, 12 Aug 2024 14:13:04 +0100 Subject: [PATCH] Meta: update link for fragment serialization algorithm See also https://github.com/whatwg/html/pull/10497. --- xhr.bs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/xhr.bs b/xhr.bs index ac25a35..3d44b15 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.

  • @@ -1030,7 +1025,7 @@ return this's cross-origin credentials.
  • Otherwise, if xhr's response's aborted flag is set, run the request error steps for xhr, - abort, and "{{AbortError!!exception}}" + abort, and "{{AbortError!!exception}}" {{DOMException}}.

  • Otherwise, if xhr's response is a @@ -1095,7 +1090,8 @@ return this's cross-origin credentials.

  • 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. + request error steps for this and + abort.

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