We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This also seems to show up in the last row of https://wpt.fyi/results/dom/events/EventTarget-dispatchEvent.html?label=master&label=experimental&aligned
Sorry, something went wrong.
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.
Yep, OK, confirmed.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: