1.3.5 Identify Input Purpose [AA]

Level AA

The purpose of each input field collecting information about the user can be programmatically determined when:

  • The input field serves a purpose identified in the Input Purposes for User Interface Components section; and
  • The content is implemented using technologies with support for identifying the expected meaning for form input data.>

Explanation

When an HTML input field collects information about the person completing the form, the purpose of the field must be available in the code. This means that someone who has difficulty recalling information can use the browser’s functionality to automatically fill it in.

Responsibilities

  • Development
  • QA

Requirements

Common mistakes

Official resources

Other resources