Mobile browsers use autocorrection and autocapitalization on input elements of type “text”; that’s OK in some cases, but really annoying in others. They can be disabled with (so far proprietary) attributes autocorrect
and autocapitalize
.
Should these attributes be standardized?
Should we have a specific input type for text input that is specifically not meant to be capitalized and auto-corrected (e.g. login names)? like <input type=token>
?