Re: [whatwg/dom] Dispatching events section may not match browsers (#746)

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