Re: [whatwg/dom] Consider making dispatchEvent() unset stop (immediate) propagation flags (#219)

> Resetting at the end would mean it's restricted to the current event dispatch, or next one if the event is not currently being dispatched.

Thanks @ayg, I didn't think hard enough about that. I agree that doing it at the beginning of dispatch seems simplest, and then there's no point in doing it in `initEvent()` as well.

---
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/issues/219#issuecomment-211370285

Received on Monday, 18 April 2016 12:59:03 UTC