[whatwg/dom] Another interop problem with capturing/bubbling (#926)

https://wpt.fyi/results/dom/events/Event-dispatch-listener-order.window.html?label=master&label=experimental&aligned&q=event-dispatch-listener-order

https://github.com/web-platform-tests/wpt/blob/master/dom/events/Event-dispatch-listener-order.window.js

Firefox and Chrome do bubbling before capturing, for the target itself; Safari and the test do capturing then bubbling.

Safari makes more sense, so this is probably just browser bugs, but I wanted to double-check.

/cc @reillyeon

-- 
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/926

Received on Wednesday, 18 November 2020 23:27:45 UTC