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

Chrome sets the default prevented flag (`m_defaultPrevented`) to false in `initEvent()`, and if one sets `event.returnValue = true`. I guess it would make sense to reset that flag at the beginning of dispatch for the same reasons.

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

Received on Monday, 18 April 2016 14:24:52 UTC