Skip to content

Commit

Permalink
This should fix the errors
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jan 24, 2024
1 parent c69a6aa commit 3562334
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions xhr.bs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ registered whose <b>type</b> is one of
{{XMLHttpRequest/abort}},
{{XMLHttpRequest/error}},
{{XMLHttpRequest/load}},
{{XMLHttpRequest/timeout}}, and
{{XMLHttpRequest/timeout!!event}}, and
{{XMLHttpRequest/loadend}}.
<!-- No need to mention upload event listeners as they happen during /opened/. -->

Expand All @@ -313,25 +313,25 @@ from {{XMLHttpRequestEventTarget}} as attributes:
<tbody>
<tr>
<td><dfn id=handler-xhr-onloadstart attribute for=XMLHttpRequestEventTarget><code>onloadstart</code></dfn>
<td><a event><code>loadstart</code></a>
<td>{{XMLHttpRequest/loadstart}}
<tr>
<td><dfn id=handler-xhr-onprogress attribute for=XMLHttpRequestEventTarget><code>onprogress</code></dfn>
<td><a event><code>progress</code></a>
<td>{{XMLHttpRequest/progress}}
<tr>
<td><dfn id=handler-xhr-onabort attribute for=XMLHttpRequestEventTarget><code>onabort</code></dfn>
<td><a event for=XMLHttpRequest><code>abort</code></a>
<td>{{XMLHttpRequest/abort}}
<tr>
<td><dfn id=handler-xhr-onerror attribute for=XMLHttpRequestEventTarget><code>onerror</code></dfn>
<td><a event><code>error</code></a>
<td>{{XMLHttpRequest/error}}
<tr>
<td><dfn id=handler-xhr-onload attribute for=XMLHttpRequestEventTarget><code>onload</code></dfn>
<td><a event><code>load</code></a>
<td>{{XMLHttpRequest/load}}
<tr>
<td><dfn id=handler-xhr-ontimeout attribute for=XMLHttpRequestEventTarget><code>ontimeout</code></dfn>
<td><a event><code>timeout</code></a>
<td>{{XMLHttpRequest/timeout!!event}}
<tr>
<td><dfn id=handler-xhr-onloadend attribute for=XMLHttpRequestEventTarget><code>onloadend</code></dfn>
<td><a event><code>loadend</code></a>
<td>{{XMLHttpRequest/loadend}}
</table>

<p>The following is the
Expand Down Expand Up @@ -1034,7 +1034,7 @@ return <a>this</a>'s <a>cross-origin credentials</a>.

<li><p>Otherwise, if <var>xhr</var>'s <a for=XMLHttpRequest>response</a> is a
<a for=/>network error</a>, then run the <a>request error steps</a> for <var>xhr</var>,
<a event><code>error</code></a>, and "{{NetworkError!!exception}}" {{DOMException}}.
{{XMLHttpRequest/error}}, and "{{NetworkError!!exception}}" {{DOMException}}.
</ol>

<p>The <dfn>request error steps</dfn> for an {{XMLHttpRequest}} object <var>xhr</var>,
Expand Down

0 comments on commit 3562334

Please sign in to comment.