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 on non-widget role:

This input is focusable due to tabindex="0", but has a role of banner, which is not a widget role. Since autocomplete is only allowed on form-related widget roles, this combination is invalid and fails WCAG 1.3.5.

Note: Possible to automatically test. Automated tools can detect whether focusable elements with autocomplete have valid widget roles and valid token values as defined in the HTML specification.

axe detected: 1.3.5  |  QualWeb detected: 1.3.5