-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add beforeinput event #3165
Comments
+1 |
+1 |
+1. The name of this specification, as @johanneswilm mentioned above, is Input Events. It should also be mentioned/linked in its existing entry for input event. Furthermore, Input Events has two specification levels. Level 1 is already implemented by Chrome and Safari. Level 2 is already implemented only by Safari. The state of affairs is a bit complicated, as described below, and they thus should be documented in Can I Use:
|
Mozilla Bug 970802 tracks Input Events (presumably at least Level 1) in Firefox. There has been some sporadic recent activity. |
Please don't forget "contenteditable". |
Yes, if a new entry for Input Events Level 1/2 and |
+1 … |
The beforeinput event has become supported by Safari 10.1:
https://developer.apple.com/library/prerelease/content/releasenotes/General/WhatsNewInSafari/Articles/Safari_10_1.html
It'd be nice to keep track of what browsers support this as it could be a very useful event
The text was updated successfully, but these errors were encountered: