Inappropriate Autocomplete Attribute Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Autocomplete Attribute Check

Description

The “Inappropriate Autocomplete Attribute Check” evaluates whether there is any autocomplete attribute used in form fields with an invalid value, according to the HTML specification.

Example outcome

I located 1 autocomplete attribute with an invalid value.

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