Valid Autocomplete Values (valid-values)

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


Modifier without required token:

This input uses autocomplete="work", which only includes a section token. Since it lacks a required token, the autocomplete value is invalid and fails WCAG 1.3.5.

Note: Possible to automatically test. Automated tools can verify that autocomplete values include a valid field name and flag those that only contain modifiers or section tokens.

axe detected: 1.3.5  |  QualWeb detected: 1.3.5