Valid Autocomplete Values (valid-values)

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


Multiple autocomplete field tokens:

This input uses autocomplete="address-line1 address-line2", which includes two field name tokens. Only one field name is allowed, so this value is invalid and fails WCAG 1.3.5.

Note: Possible to automatically test. Automated tools can check for multiple field name tokens in the autocomplete attribute and validate them against the HTML specification.

axe detected: 1.3.5  |  QualWeb detected: 1.3.5