mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 23:02:20 +00:00
19830e553c
Actually, we set auto-capitalize flag if current `<input>` element isn't text due to bug 871884. Most 3rd party keyboard ignores this flag if it is password. But Samsung's default keyboard uses this flag even if this is password. So we shouldn't set auto-capitalize flag if `<input>` element is password. Also, we also set this on `type=email` and `type=url`. But when I check Chrome behaviour, they don't set this flag on these types. So I would like not to set this flag to these types too. Differential Revision: https://phabricator.services.mozilla.com/D115677 |
||
---|---|---|
.. | ||
android | ||
locales | ||
.eslintrc.js |