Valid Autocomplete Values (valid-values)

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


Extra token after allowed one:

This input uses autocomplete="email invalid", where email is a valid field name, but invalid is not a recognized token. Extra, unrecognized values make the autocomplete invalid and fail WCAG 1.3.5.


Note: Possible to automatically test. Tools can compare autocomplete values against the official list and flag any unrecognized or extra tokens.

axe detected: 1.3.5  |  QualWeb detected: 1.3.5