Valid Autocomplete Values (valid-values)

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


Missing autocomplete field name:

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

Note: Possible to automatically test. Automated tools can detect missing field name tokens in autocomplete values by comparing them to the list of valid combinations in the HTML specification.

axe detected: 1.3.5  |  QualWeb detected: 1.3.5