RAWEBAA
11.13 Can the purpose of an input field be identified to facilitate the automatic filling of fields with user data?
- WCAG references
- 1.3.5 Identify Input Purpose (AA)
- Techniques
- F107
- H98
Official methodology to test criterion 11.13
Test 1 (11.13.1)
- Find in the document the form fields which relate to information about the user (surname, first name, telephone number, etc.).
- For each form field, check that
- The form field has an
autocompleteattribute. - The
autocompleteattribute has a value from the <a rel="noreferrer noopener" target="_blank" title="list of possible values - new window" href="https://www.w3.org/TR/html52/sec-forms.html#autofill-processing-model">list of possible values</a>. - The value indicated for the
autocompleteattribute is relevant to the type of information expected.
- The form field has an
- If this is the case for each form field found, the test is validated.