Valid Autocomplete Values (valid-values)

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


Invalid autocomplete token order:

This input uses autocomplete="work shipping email". Both work and shipping are valid section tokens, but the order is incorrect — shipping must come before work. As a result, this autocomplete value is invalid and fails WCAG 1.3.5.


Note: Possible to automatically test. Automated tools can detect invalid token sequences by comparing autocomplete attributes to the allowed order and combinations in the HTML spec.

axe detected: 1.3.5  |  QualWeb detected: 1.3.5