Re: [whatwg/dom] cancelBubble legacy property (#211)

In Blink, for each target where `event.eventPhase==event.BUBBLING_PHASE`, if `cancelBubble` is true, the callbacks aren't invoked. It's initialized to false and can be set to true (or false) by anything that has access to the event object, including in the middle of the bubbling phase. It's not reset at the end of dispatch or at any other point.

---
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/211#issuecomment-210399209

Received on Friday, 15 April 2016 10:07:01 UTC