- From: Mike West <notifications@github.com>
 - Date: Thu, 06 Apr 2017 03:34:38 -0700
 - To: whatwg/dom <dom@noreply.github.com>
 - Cc: Subscribed <subscribed@noreply.github.com>
 
Received on Thursday, 6 April 2017 10:35:12 UTC
mikewest commented on this pull request.
> @@ -1478,7 +1478,8 @@ steps:
 <ol>
  <li>Let <var>signal</var> be this object's {{PromiseController/signal}}.
  <li>Set <var>signal</var>'s [=PromiseSignal/aborted flag=].
- <li>[=Fire an event=] named <code>abort</code> at <var>signal</var>.</li>
+ <li>[=Fire an event=] named <code>abort</code> at <var>signal</var>.
+ <li>Run <var>signal</var>'s [=PromiseSignal/abort steps=].
Inverted in https://github.com/whatwg/dom/pull/434/commits/8681c81ca74efa6a739eb499c95f2cece0f325f1.
-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/434#discussion_r110129317
Received on Thursday, 6 April 2017 10:35:12 UTC