• Success Criterion 1.3.5
  • Conformance level AA

1.3.5 · Identify Input Purpose

Lesson overview · Identify Input Purpose

In plain language

Fields that collect the user's own details (name, email, phone, address, card) must carry the correct autocomplete attribute.

Who it affects

People with motor or cognitive disabilities who rely on browser autofill for personal data.

How to check

Inspect personal-data fields for a valid, correct autocomplete token; test that browser autofill actually fills them.

Common misconception

Setting the input type (like type="email") is not the same as setting autocomplete. Browsers and password managers rely specifically on the autocomplete attribute to know what a field collects.

Learn more

Scenarios in this lesson