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.5

Tests

  1. 11.13.1

    Does each form input field whose object relates to information about the user meet these conditions?

    The form input field has an autocomplete attribute;
    The autocomplete attribute has a value in the list of possible values for the autocomplete attribute associated with a form input field.
    The value indicated for the autocomplete attribute is relevant to the type of information expected.

WCAG Techniques

  • F107
  • H98