robust

This principle ensures that content can be interpreted reliably by a wide variety of user agents, including assistive technologies.

Guidelines

Parsing

4.1.1

In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique.

Name, Role, Value

4.1.2

For all user interface components, the name and role can be programmatically determined; states, properties, and values that can be set by the user can be programmatically set; and notification of changes to these items is available to user agents, including assistive technologies.

Status Messages

4.1.3

In content implemented using markup languages, status messages can be programmatically determined through role or properties such that they can be presented to the user by assistive technologies without receiving focus.