WCAG 2.1: Section 4.2 - Name, Role, Value

Section 4.2: Name, Role, Value

This section ensures that all user interface components provide programmatically determinable names, roles, and values, making them accessible to assistive technologies like screen readers.

4.2.1 Defining Name, Role, and Value

Each interactive element must provide clear metadata for accessibility tools.

Examples of Proper Implementation

Best Practices for Accessibility:

Back to Top