Valid Autocomplete Values (valid-values)

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


Invalid autocomplete value:

This email input field includes an inaccurate autocomplete value:






(The email input field above has autocomplete="lol")

Note: Possible to automatically test. 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").

axe detected: 1.3.5  |  QualWeb detected: 1.3.5