11.13
Can the purpose of an input field be identified to facilitate the automatic filling of fields with user data?
WCAG Reference
WCAG 1.3.5Tests
- 11.13.1
Does each form input field whose object relates to information about the user meet these conditions?
The form input field has anautocompleteattribute;
Theautocompleteattribute has a value in the list of possible values for theautocompleteattribute associated with a form input field.
The value indicated for theautocompleteattribute is relevant to the type of information expected.
WCAG Techniques
- F107
- H98