-
Notifications
You must be signed in to change notification settings - Fork 74
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
HTML: enterkeyhint attribute #68
Comments
Note that we already support such a thing as "moz-actionhint". In general, this seems ok to me, modulo naming... |
If folks want to chip in on the name, now's the time. Current plan is |
I just asked some questions about how this is supposed to work in practice in https://bugzilla.mozilla.org/show_bug.cgi?id=1490661#c4 |
This was renamed to
|
In whatwg/html#3538 a new attribute is proposed for all elements. It allows the page to control the visual label of the virtual keyboard enter key to some extent (it's an enum) when a visual keyboard is shown for that element (e.g., when it's editable and focused).
The text was updated successfully, but these errors were encountered: