- From: Philip Jägenstedt <notifications@github.com>
- Date: Mon, 18 Apr 2016 05:30:27 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 18 April 2016 12:30:59 UTC
> I'm now pretty confused about what each browser does here. They all seem to unset the stop propagation flag under somewhat different circumstances. >From reading the code, Blink and WebKit only reset the flags in `Event::initEvent`. I'm not so confident in my grep skills for Gecko, but it looks like `EventTargetChainItem::HandleEventTargetChain` is the only place they are reset? What would that correspond to in spec terms? --- 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-211358631
Received on Monday, 18 April 2016 12:30:59 UTC