Valid Autocomplete Values (valid-values)
Check that autocomplete values are from the W3C-approved list and do not contain typos or non-standard values.
Autocomplete does not match input purpose:
These input fields include autocomplete
values that are valid tokens, but incorrect for the type of data being collected.
The Name field incorrectly uses
autocomplete="email", and the
Birthday field incorrectly uses
autocomplete="birthday", which is not a valid token.