Skip to main content
WCAG success criterion · Perceivable

1.3.5 Identify Input Purpose

Guideline 1.3 Adaptable. Level AA, part of WCAG 2.1 and later.

ADA compliance guide

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

Fails
<input type="text" name="fld_7">
Passes
<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

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

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.

Book a meeting Start Free Trial