Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another interop problem with capturing/bubbling #926

Closed
domenic opened this issue Nov 18, 2020 · 3 comments
Closed

Another interop problem with capturing/bubbling #926

domenic opened this issue Nov 18, 2020 · 3 comments
Labels
interop Implementations are not interoperable with each other topic: events

Comments

@domenic
Copy link
Member

domenic commented Nov 18, 2020

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

@domenic domenic added interop Implementations are not interoperable with each other topic: events labels Nov 18, 2020
@domenic
Copy link
Member Author

domenic commented Nov 18, 2020

@annevk
Copy link
Member

annevk commented Nov 19, 2020

Pretty sure this is the same as #916. I suspect that if you look at the history for that test it'll show that as well.

@domenic
Copy link
Member Author

domenic commented Nov 19, 2020

Yep, OK, confirmed.

@domenic domenic closed this as completed Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interop Implementations are not interoperable with each other topic: events
Development

No branches or pull requests

2 participants