From 9eab225f0c41c5f781cf5e8a9f24c42cb03fd53c Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Tue, 11 Apr 2017 14:59:13 +0100 Subject: [PATCH] Correcting link --- dom.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dom.bs b/dom.bs index 625aad5be..b5bdcfb33 100644 --- a/dom.bs +++ b/dom.bs @@ -1527,9 +1527,9 @@ The aborted attribute's getter must return [=AbortSignal/aborted flag=] is set, and false otherwise.
- A signal's state (such as 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. + 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.
To signal abort, run these steps: