WCAG 2.1: Section 4 - Robust

Section 4: Robust

The "Robust" principle ensures that web content is compatible with a wide variety of user agents, including assistive technologies. It focuses on creating well-structured content that can adapt to changing technologies without losing functionality or accessibility.

4.1 Parsing

Ensure that content is written using proper markup and follows standards to avoid errors that could interfere with accessibility.

4.2 Name, Role, Value

Make sure user interface components have programmatically defined names, roles, and values to support assistive technologies.

Back to Top