WCAG
Web Content Accessibility Guidelines (WCAG) are a set of international standards published by the W3C Web Accessibility Initiative (WAI) for making web content accessible to people with disabilities. WCAG covers a wide range of recommendations across four principles (Perceivable, Operable, Understandable, Robust), with conformance levels A, AA, and AAA. WCAG 2.2 (ISO/IEC 40500:2025) is the current standard, while WCAG 3.0 is in active development targeting broader coverage of websites, mobile apps, VR environments, and digital documents.
APIs
WCAG 2.2
Web Content Accessibility Guidelines 2.2, the current stable version and ISO/IEC 40500:2025 standard. Introduces 9 new success criteria beyond WCAG 2.1, including focus appearan...
WCAG 3.0
W3C Accessibility Guidelines 3.0 (working draft), expanding scope beyond web content to cover mobile apps, VR, authoring tools, and digital documents. Introduces outcome-based t...
WAI-ARIA
Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification providing semantic roles, states, and properties for accessible user interface components. Includes API mappin...
Accessibility Conformance Testing (ACT) Rules
ACT Rules provide machine-executable rules for testing WCAG 2.x conformance, enabling consistent automated and manual accessibility evaluation across tools and methodologies.
Features
WCAG 2.x guidelines are organized around four principles: Perceivable (information must be presentable to users), Operable (UI must be navigable), Understandable (content must be comprehensible), and Robust (content must be interpretable by assistive technologies).
Success criteria are classified as Level A (minimum), Level AA (standard), and Level AAA (enhanced), enabling graduated implementation roadmaps.
Each guideline contains specific, testable success criteria that provide a clear pass/fail basis for accessibility evaluation and legal compliance.
Machine-executable ACT Rules enable consistent automated testing of WCAG conformance across multiple evaluation tools.
Extensive documentation of sufficient techniques, advisory techniques, and common failures for implementing and evaluating each success criterion.
WCAG 3.0 introduces a scoring-based conformance model with outcomes replacing binary pass/fail for more nuanced accessibility assessment.
Use Cases
Organizations use WCAG 2.1/2.2 Level AA to meet legal accessibility requirements including ADA, Section 508, EN 301 549, and AODA.
Development teams integrate ACT Rules into CI/CD pipelines to automatically catch WCAG violations in web applications.
WAI-ARIA roles and properties enable web applications to communicate semantic structure and state to screen readers and assistive technologies.
Accessibility specialists use WCAG criteria as the evaluation framework for manual and automated accessibility audits.
Design and engineering teams reference WCAG guidelines during the design phase to build accessibility in from the start rather than retrofitting.
Integrations
Popular open-source accessibility testing engine that maps test rules to WCAG success criteria.
Web Accessibility Evaluation Tool that visually highlights WCAG issues on web pages.
Google Lighthouse includes accessibility audits mapped to WCAG criteria.
Screen readers that implement WAI-ARIA API mappings to communicate accessible rich web content to blind and low-vision users.
WCAG 2.2 is identical to ISO/IEC 40500:2025, enabling reference in international procurement and regulatory requirements.