Robust
In digital accessibility, "Robust" refers to the idea that web content should be built well enough to work reliably with a wide range of tools people use to access it, including assistive technologies like screen readers. In everyday usage, the word means strong, sturdy, or unlikely to break or fail. This entry is informational and not legal advice.
"Robust" is one of the four foundational principles of the Web Content Accessibility Guidelines (WCAG), which organize content requirements under Perceivable, Operable, Understandable, and Robust (often abbreviated POUR). The Robust principle generally concerns content being coded so that it can be interpreted reliably by a broad variety of user agents, including assistive technologies, and remain interpretable as those technologies evolve. In general English usage, the term derives from Latin and describes something strong, vigorous, or, of a system or object, unlikely to break or fail. Note: the evidence provided defines the general-language meaning of the term; readers should consult the current W3C/WAI WCAG documentation for the authoritative definition of the Robust principle and its associated guidelines and success criteria.
Why it matters
The Robust principle addresses a foundational reality of the web: content is not consumed in a single, predictable way. People access digital content through a wide range of user agents, browsers, operating systems, and assistive technologies such as screen readers, screen magnifiers, and voice control software. If content is coded poorly or in ways that only work with one specific tool, users who rely on other technologies may be locked out entirely. "Robust" as one of the four WCAG principles (Perceivable, Operable, Understandable, and Robust, often abbreviated POUR) generally concerns building content so it can be interpreted reliably across this variety of tools.
The everyday meaning of the word reinforces the concept: something robust is strong, sturdy, and unlikely to break or fail. Applied to digital content, robustness is about durability, content that holds up not only across today's tools but as assistive technologies continue to evolve. Poorly structured code may work today with one screen reader and fail with another, or break when a tool is updated. Prioritizing robustness reduces this fragility.
Because the evidence digest here establishes only the general-language meaning of the term, readers should consult the current W3C/WAI WCAG documentation for the authoritative definition of the Robust principle and its associated guidelines and success criteria. This entry is informational and not legal advice; accessibility requirements evolve through regulation and case law, and organizations with specific compliance questions should consult qualified legal counsel.
Who it's relevant to
Inside Robust
Common questions
Answers to the questions practitioners most commonly ask about Robust.