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

Upstream InputEvent #275

Open
annevk opened this issue Aug 19, 2020 · 1 comment
Open

Upstream InputEvent #275

annevk opened this issue Aug 19, 2020 · 1 comment

Comments

@annevk
Copy link
Member

annevk commented Aug 19, 2020

The HTML Standard defines when the input event is dispatched, but does so using the Event class. It seems this specification introduced a new class, but the various dispatch sites were not updated. It might make more sense to define this directly in HTML.

@masayuki-nakano
Copy link

Currently, Firefox dispatches input event as Event when it does not represents a change in editor.
https://searchfox.org/mozilla-central/rev/23dd7c485a6525bb3a974abeaafaf34bfb43d76b/dom/base/nsContentUtils.cpp#4109-4149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants