Re: [dom] Fixes #156. Add legacy event type check to invoke algorithm. (#168)

>   <li>
> -  <p>For each <var>listener</var> in <var>listeners</var>, whose <b>removed flag</b> is unset, run
> +  <p>If <var>event</var>'s <a>found listener flag</a> is unset, run

Heh, me doubting is just the normal state of affairs. 

I was referring to step 7 of "invoke": "Unset event’s found listener flag if set. ". But if we return a boolean like you suggested above, we can kill the flag.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/168/files#r53356483

Received on Thursday, 18 February 2016 18:18:59 UTC