
The accessibility landscape is shifting. On 3 March 2026 the W3C published a new WCAG 3 Working Draft that moves away from the fixed success‑criteria model of WCAG 2.x toward outcome‑based guidance, introduces a new conformance model, and expands scope to emerging platforms and user needs. For teams building modern web apps, design systems, and interfaces, this draft signals both technical and organizational changes a.
WCAG 3 is still a work in progress, as the W3C puts it, “WCAG 3 is currently an incomplete draft”, so it shouldn’t be treated as a finalized legal standard yet. That said, the working draft, together with related advances like ACT Rules Format 1.1 (W3C Recommendation, 5 Feb 2026) and early WCAG‑EM 2.0 guidance, offers a concrete direction: make interfaces accessible by default through component‑level design, outcome‑driven testing, and continuous compliance workflows.
WCAG 3 replaces the rigid success‑criteria model with outcome‑based guidance: guidance is organized as high‑level outcome statements supported by testable requirements, assertions, and methods. The draft introduces roughly 174 outcomes, a substantial expansion compared with WCAG 2.x, designed to capture a wider range of user needs and contexts.
The conformance model is also different: Bronze, Silver, and Gold levels (Bronze being the minimum) replace the binary pass/fail mindset. Conformance requires meeting core requirements plus portions of supplemental requirements, and teams can scope conformance claims by pages, views, components, or entire user processes. That flexibility enables practical certification of parts of a design system rather than forcing a monolithic site‑level claim.
WCAG 3 also introduces “accessibility‑support sets”, conformance claims must explicitly state the browsers, assistive technologies, and settings assumed (default or alternative). This change adds clarity around test assumptions and helps teams understand whether user agents and environments in their ecosystem are supported by a given claim.
Making components accessible by default is no longer a nice‑to‑have but a practical imperative. When accessibility primitives, keyboard behavior, ARIA patterns, and semantic markup are baked into components, teams reduce friction for engineers and designers and eliminate common accessibility drift that happens when developers assemble UI from imperfect primitives.
WCAG 3’s support for component‑level conformance and task‑based claims means design systems can be the unit of compliance. Ship accessible primitives, document expected keyboard interactions, and publish accessibility metadata in component docs and IDE snippets so teams inherit accessibility rather than bolt it on at the end.
From a UX and product perspective, accessible defaults reduce risk and speed feature delivery. Designers can prototype with accessible building blocks; developers can reuse tested components; and product managers can scope releases by certifying a set of components and views instead of waiting for a full-site audit.
Testing guidance is also evolving. ACT Rules Format 1.1 became a W3C Recommendation on 5 February 2026, providing a standardized format for writing accessibility test rules. That standardization helps harmonize automated and manual rule sets and makes it easier for tools to share and apply the same checks consistently.
The WCAG Evaluation Methodology (WCAG‑EM) 2.0 draft (early 2026) updates evaluation guidance with explicit recommendations: mix automated checks, human evaluation, and usability testing. It also warns that aggregated scores can be misleading and requires transparency in scoring methods if numeric metrics are used, so teams must be careful how they track progress.
Combined, ACT rules, machine‑readable reports, and WCAG‑EM updates increase the likelihood of interoperable tooling. Teams should adopt rule‑driven testing and make test artifacts machine‑readable to enable consistent CI checks, cross‑tool reporting, and clearer remediation workflows.
WCAG 3 and the ACT ecosystem encourage treating accessibility as part of continuous delivery. Expect to see test‑rule driven CI gates that run ACT‑format checks, automated monitors that detect accessibility drift, and formalized remediation ticketing when regressions appear. These are practical, low‑friction ways to hold quality over time.
Governance also changes: conformance claims now require explicit scoping and support sets, so product and legal owners must coordinate with engineering and QA to document which browsers and assistive technologies are supported. This reduces ambiguity when teams assert Bronze/Silver/Gold conformance and helps stakeholders understand coverage and limitations.
Because WCAG‑EM warns about the limits of scoring, maintain transparency in any dashboards. If you use aggregated scores to show progress, publish the scoring method and caveats so stakeholders understand what the numbers mean and what they omit.
WCAG 3 broadens scope beyond traditional web pages: it aims to cover apps, authoring tools, user agents, VR/AR, and Web of Things devices. That expansion reflects how users interact with digital experiences today and signals that accessibility must be considered across the whole product stack and content generation workflows.
The draft places increased emphasis on functional performance and user needs, including cognitive accessibility. WCAG 3 includes cognitive accessibility research modules and explicitly solicits research and user testing for many outcomes, encouraging teams to bring users with disabilities into evaluation and design iterations.
For teams building for VR/AR or device ecosystems, the new scope means planning for accessibility earlier in product roadmaps. Authoring tools and CMS platforms are also in scope, so content creation workflows should enable accessible outputs by default, not leave the burden to authors after the fact.
WCAG 3 is a working draft and W3C cautions it will change substantially, so plan a staged migration. Maintain compliance with existing obligations tied to WCAG 2.x, note WCAG 2.2 was approved as ISO/IEC 40500:2025, while piloting outcome‑based testing and component certification for future readiness.
Concretely, start by embedding accessible primitives in your design system: standardized ARIA, keyboard behavior, and accessibility metadata. Add ACT rule‑based tests at the component level and wire those into CI gates so regressions are caught early. Run mixed testing: automated checks, manual evaluation per ACT rules, and targeted usability tests with assistive‑technology users for high‑risk flows.
Balance legal risk and practical rollout. ADA Title III litigation remains high, Seyfarth Shaw reported roughly 8,800 ADA Title III federal filings in 2024, so delaying accessibility increases exposure. However, don’t treat WCAG 3 as a legal target yet; use it as a roadmap to upgrade capabilities, pilot outcome‑based processes, and establish transparent scoring and scoping practices.
WCAG 3 represents a significant conceptual and operational shift: outcome‑based guidance, component and process scoping, accessibility‑support sets, and a broader scope that includes emerging platforms. For teams, the practical implication is clear, make accessibility a default of design systems and CI workflows rather than an afterthought.
Start small and iterate: certify critical components to Bronze level today, adopt ACT Rules 1.1 for shared test definitions, and build monitoring and remediation into your delivery pipeline. By treating accessibility as a continuous, testable capability you’ll reduce legal and UX risk, speed product delivery, and deliver more inclusive experiences as the standards mature.