Problem/Motivation
This is essentially a backport from D8 core issue. The user login form lacks attributes "autocapitalize", "spellcheck" and "autocorrect" creating problems on some mobile browsers (like Safari). Previous issue seems that there is a tension between W3C compliance and usability ().
Proposed resolution
Proposed solution to add to user form:
- autocorrect="none"
- autocapitalize="none"
- spellcheck="false"
Remaining tasks
- discuss
- patch
- review
User interface changes
None
API changes
None