Identify Input Purpose - Clarifying the purpose of input fields

(AA)

1.3.5 Determining the purpose of input

1.3.5 Identify Input Purpose

9.1.3.5 Input fields for user data convey the purpose

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.

Description

This success criterion is about entering data related to the user themselves. If the user enters such personal data about himself, it should be ensured that assistive technologies also inform him about the purpose of the entry.

Relevance and applicability

This guideline is relevant when implementing accessibility for your portal.

General implementation

Input fields or form fields are provided with labels by default, which can be used to convey the purpose of the input to the user.

Detailed implementation