User Agent Accessibility Guidelines
The User Agent Accessibility Guidelines (UAAG) are a set of documents published by the W3C's Web Accessibility Initiative that explain how to make 'user agents', such as web browsers and other software that renders web content, accessible to people with disabilities. While related standards like WCAG focus on the content itself, UAAG focuses on the tools people use to access that content. The guidelines aim to lower barriers for users with visual, hearing, physical, and other disabilities.
UAAG is a W3C/WAI standards resource that provides guidance to developers for designing accessible user agents, where user agents include browsers and related software that retrieve and render web content. UAAG 1.0 provided guidelines for reducing barriers to web accessibility across a range of disability types (visual, hearing, physical, and others). UAAG 2.0, published as a W3C document dated December 15, 2015, guides developers in designing user agents that make the web more accessible to people with disabilities. UAAG is distinct from the Web Content Accessibility Guidelines (WCAG), which address web content, and from the Authoring Tool Accessibility Guidelines (ATAG), which address content-creation tools; UAAG addresses the rendering and interaction layer. This entry is informational and not legal advice; applicable requirements may depend on jurisdiction and evolving regulation.
Why it matters
Most conversations about digital accessibility focus on web content and the guidelines that govern it, but content is only accessible if the software used to render and interact with it can expose that content to people with disabilities. UAAG addresses this rendering and interaction layer, covering the browsers and other user agents through which people actually experience the web. A page that meets content-level guidelines can still present barriers if the user agent does not, for example, support keyboard operation, respect user preferences for text size and color, or communicate content properly to assistive technologies.
UAAG matters because it recognizes that accessibility is a shared responsibility across the ecosystem. The Web Accessibility Initiative publishes complementary standards addressing different parts of that ecosystem: WCAG for content, the Authoring Tool Accessibility Guidelines (ATAG) for content-creation tools, and UAAG for the user agents that retrieve and render content. Understanding where UAAG fits helps teams avoid assuming that content-level conformance alone delivers an accessible experience.
It is worth noting that UAAG is guidance for user-agent developers rather than a legal mandate, and in practice modern browsers and assistive technologies are the primary implementers of its concepts. This entry is informational and not legal advice; whether and how accessibility requirements apply in a given situation may depend on jurisdiction and evolving regulation, and readers should consult qualified legal counsel for specific obligations.
Who it's relevant to
Inside UAAG
Common questions
Answers to the questions practitioners most commonly ask about UAAG.