Autocomplete Attribute Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Autocomplete Attribute Check

Description

The “Autocomplete Attribute Check” evaluates whether all autocomplete attributes used in form fields have valid values as defined by the HTML specification.

Example outcome

I observed that all autocomplete attributes have valid values.

Impact

Fixes

To address inappropriate autocomplete attributes:

  1. Locate the form input element with the inappropriate autocomplete attribute.
  2. Cross-check the value against valid tokens (e.g., name, email, tel, street-address, postal-code, country, organization-title).
  3. Fix any typos, custom values, or unsupported combinations.

Resources