Skip to main content
A11y Toolkit A11y toolkit
  1. home /
  2. Use autocomplete
Previous technique
Next technique

Use autocomplete

WCAG 2.2
AA
#inputs
<input type="text" id="name" name="name" autocomplete="given-name" />

WCAG provides a list of possible values.

Learn more about the related success criteria:

1.3.5 Identify Input Purpose (Level: AA)
  • How to Meet 1.3.5 Opens in a new window
  • Understanding 1.3.5 Opens in a new window

Wanna help?

Do you also know an accessibility technique that should be included in the A11y toolkit? Share it with us. Opens in a new window

A11y toolkit About