Skip to main content
WCAG Patterns

WCAG 1.3.5 · Level AA · WCAG 2.1

Identify Input Purpose

Common form fields (name, email, phone, address) must declare their purpose via autocomplete attributes so assistive tech can autofill.

Principle
Perceivable
Guideline
Adaptable
Level
AA
Added in
WCAG 2.1

What it means

Common form fields (name, email, phone, address) must declare their purpose via autocomplete attributes so assistive tech can autofill.

This is the short summary — a long-form breakdown (with code examples, common failures, and fix patterns) is queued for this criterion. In the meantime, the official W3C document linked at the end of the page is the authoritative source.

Quick checks

  • Run axe DevTools against the page and filter for rules citing 1.3.5.
  • Navigate the component with Tab + Enter only and confirm nothing is orphaned.
  • Inspect the accessibility tree in DevTools (Accessibility pane in Chrome/Firefox).

Further reading

The authoritative source is the official W3C Understanding document for 1.3.5. Framework-specific patterns and axe-rule mappings land here as the library grows.