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

However, the default prevented flag is only reset on initEvent in Gecko.  Testing indicates that Chrome does not reset on dispatch -- does it reset anywhere else?  I couldn't get .defaultPrevented to work on IE 11 (always seems to return false).  So once default prevented is already interoperably reset only in initEvent, it makes the most sense if the propagation flags follow suit.  Unless IE does reset the default prevented flag on dispatch instead?  Then maybe we should converge on IE.

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

Received on Monday, 18 April 2016 14:14:35 UTC