diff --git a/xhr.bs b/xhr.bs
index 14613fb..3d44b15 100644
--- a/xhr.bs
+++ b/xhr.bs
@@ -1023,9 +1023,9 @@ return this's cross-origin credentials.
for xhr, timeout
, and "{{TimeoutError!!exception}}"
{{DOMException}}.
-
Otherwise, if xhr's response's aborted
- flag is set, run the request error steps for xhr, abort
, and "{{AbortError!!exception}}"
+
Otherwise, if xhr's response's
+ aborted flag is set, run the request error steps for xhr,
+ abort
, and "{{AbortError!!exception}}"
{{DOMException}}.
Otherwise, if xhr's response is a @@ -1088,9 +1088,10 @@ return this's cross-origin credentials.
Abort this's fetch controller. -
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
.
+
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
.