Skip to content

Commit

Permalink
Correcting link
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald authored and annevk committed May 15, 2017
1 parent 813f1ea commit 9eab225
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1527,9 +1527,9 @@ The <dfn attribute for=AbortSignal>aborted</dfn> attribute's getter must return
[=AbortSignal/aborted flag=] is set, and false otherwise.

<div class=note>
A signal's state (such as <a for=AbortSignal>aborted</a> and the accompanying "abort" event)
represent the controller's wishes, but an API listening to a signal may choose to ignore it. For
instance, an "abort" signal may be ignored if the operation has already completed.
A signal's state (such as {{AbortSignal/aborted}} and the accompanying "abort" event) represent the
controller's wishes, but an API listening to a signal may choose to ignore it. For instance, an
"abort" signal may be ignored if the operation has already completed.
</div>

To <dfn export id=concept-abortsignal-abort for=AbortSignal>signal abort</dfn>, run these steps:
Expand Down

0 comments on commit 9eab225

Please sign in to comment.