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

> (I don't think there's any point to unsetting the flag at step 7, if that's what you're getting at.)

Oh wait, we need to unset it because of bubbling/capturing etc, no?

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

Received on Wednesday, 17 February 2016 20:58:55 UTC