Hi!
HTML Validator is giving me this error:
The "autocomplete" value "username" does not appear to be valid.
Details: "username" is not valid for elements with type="email". Visit https://htmlval.com/?r=ac_att for more information
However, according to the info on https://htmlval.com/?r=ac_att, the autofill value "username" belongs to the control group "username".
The control group "username" includes: 'input elements with a type attribute in the Email state'.
So does that not mean that 'username' IS valid for inputs with a type of 'email'?
Cheers, Ian.