- From: Chris Dumez <notifications@github.com>
- Date: Tue, 02 Apr 2019 09:12:37 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 April 2019 16:13:00 UTC
Actually, this may not be enough, I think we may end up firing the event at the target twice, once at step 13 and then at step 14 of https://dom.spec.whatwg.org/#dispatching-events. It is likely Blink instead does: 1. Fire at capturing phase 2. Fire at target 3. Fire at bubbling phase if event bubbles -- 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/746#issuecomment-479073170
Received on Tuesday, 2 April 2019 16:13:00 UTC