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

I've seen code where stopPropagation is called before dispatch to prevent event listeners to be called, but let default handling still happen. And that is a valid use case.

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

Received on Monday, 15 August 2016 10:00:06 UTC