- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 05 Apr 2019 09:24:27 -0700
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 April 2019 16:24:51 UTC
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