Skip to content

Commit f2f0397

Browse files
authored
Meta: update link for fragment serialization algorithm
See also whatwg/html#10497.
1 parent fd438ec commit f2f0397

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

xhr.bs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ spec:webdriver-bidi; type:dfn; text:event
1515
spec:fetch; type:dfn; for:/; text:credentials
1616
</pre>
1717

18-
<pre class=anchors>
19-
urlPrefix: https://w3c.github.io/DOM-Parsing/; spec: dom-parsing
20-
type: dfn; text: fragment serializing algorithm; url: dfn-fragment-serializing-algorithm
21-
</pre>
22-
2318

2419

2520
<h2 id=introduction>Introduction</h2>
@@ -686,7 +681,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
686681
<li><p>Let <var>extractedContentType</var> be null.
687682

688683
<li><p>If <var>body</var> is a {{Document}}, then set <a>this</a>'s <a>request body</a> to
689-
<var>body</var>, <a lt="fragment serializing algorithm">serialized</a>,
684+
<var>body</var>, <a lt="fragment serializing algorithm steps">serialized</a>,
690685
<a for=string>converted</a>, and <a lt="UTF-8 encode">UTF-8 encoded</a>.
691686

692687
<li>
@@ -1030,7 +1025,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
10301025

10311026
<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a>'s
10321027
<a for=response>aborted flag</a> is set, run the <a>request error steps</a> for <var>xhr</var>,
1033-
<a event for=XMLHttpRequest><code>abort</code></a>, and "{{AbortError!!exception}}"
1028+
<a event for=XMLHttpRequestEventTarget><code>abort</code></a>, and "{{AbortError!!exception}}"
10341029
{{DOMException}}.
10351030

10361031
<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a> is a
@@ -1095,7 +1090,8 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
10951090

10961091
<li><p>If <a>this</a>'s <a>state</a> is <i>opened</i> with <a>this</a>'s
10971092
<a><code>send()</code> flag</a> set, <i>headers received</i>, or <i>loading</i>, then run the
1098-
<a>request error steps</a> for <a>this</a> and <a event for=XMLHttpRequest><code>abort</code></a>.
1093+
<a>request error steps</a> for <a>this</a> and
1094+
<a event for=XMLHttpRequestEventTarget><code>abort</code></a>.
10991095

11001096
<li>
11011097
<p>If <a>this</a>'s <a>state</a> is <i>done</i>, then set <a>this</a>'s <a>state</a> to

0 commit comments

Comments
 (0)