Problem/Motivation
Login form does not comply W3C :
"Attribute autocorrect not allowed on element input at this point."
"Attribute autocapitalize not allowed on element input at this point."
Both point introduced by :
#1955282: Disable Autocapitalize and Autocorrect on user login forms
"The aria-describedby attribute must point to an element in the same document." for both login and password.
This comes from the aria-describedby pointing to none existing element.
Proposed resolution
- Add the autocapitalize and autocorrect through javascript ?
- Either add a description or remove the aria-describedby
Remaining tasks
- Find a proper solution.
- Implement it.
User interface changes
None.
API changes
None.