Valid Autocomplete Values (valid-values)

Check that autocomplete values are from the W3C-approved list and do not contain typos or non-standard values.


This text input field has a redundant and inappropriate autocomplete attribute:






Note: Automated testing should be possible. This violation can be detected by querying all input fields, checking their type attributes (if one exists), and verifying that their autocomplete attribute matches the expected values for that type (e.g. autocomplete="email" for type="email").