What this criterion requires
Form fields that collect common personal data (name, email, phone, address, credit card) must declare their purpose programmatically so browsers and assistive tools can autofill and augment them.
Who it helps
People with cognitive or motor disabilities, for whom re-typing known data is a barrier; everyone who uses autofill.
Example: fails vs passes
<input type="text" name="fld_7"><input type="email" name="email" autocomplete="email">The WCAG 2.1 autocomplete tokens (email, given-name, tel, street-address, cc-number...) let browsers and assistive tools fill known data.
How to meet and fix it
- Add the correct HTML autocomplete tokens: autocomplete="email", "given-name", "tel", "street-address", "cc-number" and the rest of the WCAG 2.1 token list
Common failures auditors find
- autocomplete="off" on standard personal fields
- Custom field names with no autocomplete tokens at all
Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.
- W3C, Understanding 1.3.5: Identify Input Purpose - w3.org/WAI
- W3C, How to Meet 1.3.5 (quick reference) - w3.org/WAI/quickref
Last updated . Reviewed by the EqualWeb accessibility team.
Does your site pass 1.3.5?
Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.