- From: Philip Jägenstedt <notifications@github.com>
- Date: Fri, 15 Apr 2016 03:06:31 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 15 April 2016 10:07:01 UTC
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