@@ -15,11 +15,6 @@ spec:webdriver-bidi; type:dfn; text:event
15
15
spec:fetch; type:dfn; for:/; text:credentials
16
16
</pre>
17
17
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
-
23
18
24
19
25
20
<h2 id=introduction>Introduction</h2>
@@ -686,7 +681,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
686
681
<li><p> Let <var> extractedContentType</var> be null.
687
682
688
683
<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> ,
690
685
<a for=string>converted</a> , and <a lt="UTF-8 encode">UTF-8 encoded</a> .
691
686
692
687
<li>
@@ -1030,7 +1025,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.
1030
1025
1031
1026
<li><p> Otherwise, if <var> xhr</var> 's <a for=XMLHttpRequest>response</a>' s
1032
1027
<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}} "
1034
1029
{{DOMException}} .
1035
1030
1036
1031
<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>.
1095
1090
1096
1091
<li><p> If <a>this</a> 's <a>state</a> is <i>opened</i> with <a>this</a>' s
1097
1092
<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> .
1099
1095
1100
1096
<li>
1101
1097
<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