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.

Note: Possible to automatically test. Tools can compare the input type, label, and autocomplete attribute and determine whether they align with expected semantics (e.g., autocomplete="name" for name fields, and autocomplete="bday" for birthday fields).

axe detected: 1.3.5  |  QualWeb detected: 1.3.5