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

Okay, so the problem there is that we copy the event listeners for a target twice, because there's now "capturing" and "bubbling" invocations of "invoke" (_phase_). This means that the event listener added during "capturing" ends up firing during "bubbling". That also means Safari is correct per the new algorithm and it also means this is still a duplicate of #742 as far as I can tell.

-- 
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-480337853

Received on Friday, 5 April 2019 16:24:51 UTC