Accessibility Supported
"Accessibility supported" describes a way of using a web technology (such as a specific HTML feature, scripting method, or media format) that reliably works with assistive technologies like screen readers and with the accessibility features built into browsers and operating systems. In practice, it means that when you rely on a technology to meet accessibility requirements, users with disabilities can actually access the content or functionality it provides. If a technology is not used in an accessibility-supported way, the same information or functionality generally needs to be offered through another method that is.
In WCAG terminology, a way of using a technology is "accessibility supported" when it is supported by users' assistive technologies and by the accessibility features of the browsers and user agents they use. WCAG relies on this concept as a precondition for conformance: only technologies used in an accessibility-supported way can be relied upon to satisfy success criteria. Where content or functionality is provided in a way that is not accessibility supported, that content or functionality is expected to also be available in a way that is accessibility supported. The W3C does not centrally define or certify which specific technology uses qualify as accessibility supported; this determination generally depends on the assistive technologies and user agents in use within a given context, and may vary across environments, languages, and over time. Verifying accessibility support typically requires testing with real assistive technologies, since automated checks alone cannot confirm it. This entry describes a technical WCAG concept and is not legal advice; consult qualified counsel or current agency guidance regarding compliance obligations.
Why it matters
Accessibility support is a foundational precondition in WCAG: a way of using a web technology can only be relied upon to meet success criteria if it is actually supported by the assistive technologies and browser accessibility features people use. Without this concept, a site could technically implement a feature that appears correct in markup but fails to reach users with disabilities because their screen readers or browsers cannot interpret it. Treating accessibility support as a threshold helps ensure that conformance claims reflect real-world access rather than theoretical correctness.
This matters because meeting WCAG success criteria on paper does not guarantee an accessible experience if the underlying technologies are not accessibility supported in the environments your users rely on. As guidance from section508.gov notes, when information or functionality is provided in a way that is not accessibility supported, that same information or functionality is expected to also be available in a way that is. In practice this means teams may need to provide alternative methods when a chosen technique cannot be depended on to work with common assistive technologies.
Accessibility support also connects directly to the broader goal of equal access and social inclusion. As the W3C describes, accessibility benefits people with disabilities as well as others such as older people and people in rural or developing areas. Ensuring that the technologies you depend on genuinely work with assistive technologies is what turns a conformance target into usable access. This entry describes a technical WCAG concept and is not legal advice; organizations should consult qualified counsel or current agency guidance regarding specific compliance obligations.
Who it's relevant to
Inside Accessibility Supported
Common questions
Answers to the questions practitioners most commonly ask about Accessibility Supported.