@@ -15,11 +15,6 @@ spec:webdriver-bidi; type:dfn; text:event
1515spec: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