W3C Working Draft

WCAG 3.0 Preview: The Future of Accessibility Standards

See what's changing in the next generation of the Web Content Accessibility Guidelines — and what your website will need to look like when WCAG 3.0 becomes the standard.

Important Context

WCAG 3.0 is a W3C Working Draft — it is not finalized and will change before publication. Courts currently reference WCAG 2.1 Level AA. This page previews the draft direction to help you plan ahead, not to establish current legal requirements. Last updated: April 2026.

Why a New Version?

WCAG 2.x was designed in an era of desktop websites. Since then, the web has expanded to mobile apps, single-page applications, virtual reality, voice interfaces, and IoT devices. WCAG 3.0 (formally "W3C Accessibility Guidelines 3.0") is being redesigned from the ground up to address these realities.

Key motivations for the redesign:

  • The pass/fail model is too rigid — A site with 99 passing criteria and 1 failure gets the same "non-conformant" status as a site with 50 failures
  • Contrast ratios don't match human perception — The current 4.5:1 formula treats all colors equally, but human eyes perceive light-on-dark differently than dark-on-light
  • New technologies aren't covered — Native apps, XR/VR, voice interfaces, embedded systems, and smart devices need guidelines too
  • Cognitive accessibility is underserved — WCAG 2.x focuses heavily on visual and motor access; cognitive disabilities need stronger representation

The New Conformance Model: Bronze, Silver, Gold

WCAG 2.x uses a simple three-tier system: Level A (minimum), Level AA (target), Level AAA (enhanced). You either pass a criterion or you don't. WCAG 3.0 replaces this with a scoring-based model.

Bronze

Minimum acceptable conformance

Equivalent to today's WCAG 2.x Level AA. Covers the core accessibility requirements that prevent the most critical barriers. This is the level most legal and procurement requirements will reference.

Silver

Enhanced conformance

Goes beyond minimum requirements. Includes additional usability testing, broader assistive technology support, and more comprehensive cognitive accessibility. Demonstrates strong commitment to inclusion.

Gold

Highest level of accessibility

Maximum accessibility and usability. Includes user testing with people with disabilities, advanced personalization support, and leadership-level organizational practices. The aspirational standard.

How Scoring Works (Draft Model)

Instead of pass/fail per criterion, WCAG 3.0 assigns scores from 0 to 4 for each guideline outcome:

Score Meaning Rating
0 Harmful / not addressed at all Very Poor
1 Minimal attempt, major barriers remain Poor
2 Partially met, some barriers remain Fair
3 Adequately met, minor issues only Good
4 Fully met, excellent implementation Excellent

To achieve Bronze, you need a minimum average score across all applicable guidelines, with no individual guideline scoring 0. This means a single critical failure no longer blocks overall conformance — but it does reduce your score, incentivizing comprehensive improvement rather than checkbox compliance.

New Contrast Model: APCA Replaces Simple Ratios

WCAG 2.x uses a simple luminance contrast ratio (e.g., 4.5:1). This formula has known limitations — it treats all color combinations equally, even though human vision perceives dark-on-light differently from light-on-dark.

WCAG 3.0 adopts the Accessible Perceptual Contrast Algorithm (APCA), which accounts for:

  • Polarity sensitivity — White text on dark backgrounds is perceived differently than black text on white backgrounds, even at the same mathematical ratio
  • Font size and weight — Larger, bolder text needs less contrast to be readable
  • Spatial frequency — Thin fonts need more contrast than thick fonts at the same size

How It Looks: Side-by-Side Comparison

WCAG 2.x (Current)

Simple ratio: pass or fail at 4.5:1 for normal text, 3:1 for large text. No consideration of font weight or polarity.

This gray text (#8a94a6) on dark background has a 3.16:1 ratio. Under WCAG 2.x, this fails for normal text.
Same gray text (#8a94a6) on white background has a 3.16:1 ratio. Also fails under WCAG 2.x — treated identically.

WCAG 3.0 APCA (Draft)

Perceptual scoring: considers polarity, font size, and weight. Same colors can score differently depending on direction.

Under APCA, light-on-dark text at this combination scores Lc 38. At 16px regular weight, this would need Lc 60+ to pass for body text.
Under APCA, dark-on-light text at this combination scores Lc 42 — a different score for the same colors reversed. APCA reflects how vision actually works.

APCA Font Size / Weight Lookup (Draft)

APCA defines minimum contrast scores (Lc values) based on font size and weight. Larger, bolder text needs less contrast:

Font Size Weight 300 Weight 400 Weight 700
14px Not recommended Lc 90 Lc 75
16px (1rem) Lc 90 Lc 75 Lc 60
18px Lc 75 Lc 70 Lc 55
24px Lc 60 Lc 55 Lc 45
32px+ Lc 50 Lc 45 Lc 40

These values are from the APCA draft and may change. The key insight is that contrast requirements are now context-dependent, not one-size-fits-all.

What Else Changes in WCAG 3.0

Broader Technology Scope

WCAG 2.x applies to "web content." WCAG 3.0 drops "Web Content" from the name (it's "W3C Accessibility Guidelines") and covers:

  • Websites and web applications
  • Native mobile apps (iOS, Android)
  • Desktop applications
  • Documents (PDF, EPUB, Office formats)
  • Virtual and augmented reality (XR)
  • Voice interfaces and conversational AI
  • IoT and embedded systems
  • Emerging technologies not yet invented

Stronger Cognitive Accessibility

WCAG 3.0 significantly expands coverage for cognitive and learning disabilities:

  • Clear language — Guidelines for plain language, reading level, and sentence complexity
  • Predictable interactions — Consistent patterns that don't require learning new interfaces
  • Error prevention and recovery — More emphasis on preventing errors rather than just identifying them
  • Attention management — Reducing distractions, managing interruptions, supporting focus
  • Memory load — Minimizing the need to remember information across steps

User Testing Requirements

For Silver and Gold conformance, WCAG 3.0 expects usability testing with people with disabilities — not just technical compliance testing. This moves accessibility from a purely technical checklist to a user-centered practice.

Organizational Maturity

Gold conformance may include requirements around organizational practices: accessibility training for staff, accessibility as part of the design process, executive accountability, and regular monitoring programs.

WCAG 2.x vs. WCAG 3.0: Side-by-Side

Aspect WCAG 2.1/2.2 Current WCAG 3.0 Draft
Full Name Web Content Accessibility Guidelines W3C Accessibility Guidelines
Conformance Levels A, AA, AAA (pass/fail) Bronze, Silver, Gold (scored 0–4)
Contrast Method Simple luminance ratio (4.5:1 / 3:1) APCA perceptual scoring (Lc values by font size/weight)
Scope Web content only Web, apps, documents, XR, voice, IoT, emerging tech
Cognitive Access Limited coverage (some in 2.2) Significant expansion: language, attention, memory, predictability
Testing Method Technical checklist (automated + manual) Technical + usability testing with disabled users (Silver/Gold)
Single Failure Impact One failure = non-conformant Scoring averages; no single failure blocks (but score 0 prevents Bronze)
Organizational Practices Not addressed Part of Gold conformance (training, process, accountability)
Legal Status Referenced in ADA litigation and DOJ rules Not yet published; no legal weight currently

Timeline: Where We Are Now

June 2018

WCAG 2.1 Published — Adds mobile, low vision, and cognitive criteria. Becomes the standard courts reference.

October 2023

WCAG 2.2 Published — Adds focus visibility, target sizes, accessible authentication. 9 new success criteria.

January 2023 – Present

WCAG 3.0 Working Drafts — Multiple public working drafts published. Structure, conformance model, and key guidelines still evolving.

April 2026

DOJ Title II Deadline — Government websites (50K+ pop.) must meet WCAG 2.1 AA. Reinforces 2.1 as the legal baseline.

2027–2028 (estimated)

WCAG 3.0 Candidate Recommendation — Estimated timeline for a more stable draft suitable for early adoption. Subject to change.

2029+ (estimated)

WCAG 3.0 W3C Recommendation — Earliest expected date for final publication. Legal adoption would follow gradually over subsequent years.

What WCAG 3.0 Bronze Would Look Like for This Site

This site (jdbutler.com) is built to pass WCAG 2.1 and 2.2 AA. Here's how it would score under the draft WCAG 3.0 Bronze model:

Text Alternatives
4/4
Visual Contrast
4/4
Keyboard Access
4/4
Structure & Semantics
4/4
Focus Management
4/4
Responsive & Reflow
4/4
Clear Language
3/4
User Testing
N/A

The site would score Bronze or higher on all technical guidelines. The "Clear Language" score reflects that legal/technical terminology, while accurate, could be further simplified. "User Testing" is a Silver/Gold requirement not applicable to Bronze.

How to Prepare for WCAG 3.0 Today

WCAG 3.0 is years away from legal adoption, but the direction is clear. Here's what forward-thinking businesses can do now:

  • Meet WCAG 2.1/2.2 AA first — This remains the legal standard and forms the foundation for WCAG 3.0 Bronze. Don't skip ahead.
  • Use APCA-friendly contrast — Aim for higher contrast than the minimum 4.5:1, especially for body text and thin fonts. If it passes APCA, it passes WCAG 2.x.
  • Write in plain language — Cognitive accessibility will be weighted more heavily. Use short sentences, clear headings, and avoid jargon where possible.
  • Test with real assistive technology — Don't rely solely on automated scans. Try your site with a screen reader and keyboard. This aligns with WCAG 3.0's usability testing direction.
  • Design with inclusivity in the process — Build accessibility into your design workflow, not as an afterthought audit. This prepares you for Gold-level organizational maturity requirements.
  • Plan for broader scope — If you have mobile apps, PDFs, or other digital products, start thinking about their accessibility now. WCAG 3.0 will apply to all of them.
  • Track WCAG 3.0 development — Follow the W3C Working Draft and subscribe to updates so you're not caught off guard when it's finalized.

Ready to Future-Proof Your Website?

I audit against WCAG 2.1 AA, WCAG 2.2 AA, and draft WCAG 3.0 guidelines. Start with a free scan to see where you stand today — and what you'll need for tomorrow.

Get Your Free Accessibility Audit