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

https://dom.spec.whatwg.org/#dom-event-initevent is a no-op during dispatch, so that shouldn't be an issue. (There's a Blink bug there one might come across in testing, namely that rather than check an "is dispatching" flag, it checks `dispatched()`, which returns true if `event.target` is non-null.)

---
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-211418702

Received on Monday, 18 April 2016 15:05:08 UTC