Skip to main content
← Back to blog

WCAG 3.0 Is Coming: What's Changing and What It Means for PDF Accessibility

WCAG 3.0 is still in development as a W3C Working Draft, but its direction is clear enough that accessibility professionals and organizations need to start understanding what's changing and what's not. Unlike the shift from WCAG 1.0 to 2.0—which took nearly a decade from draft to recommendation—WCAG 3.0 represents a more fundamental philosophical restructuring that will affect how we think about PDF accessibility for years to come.

Current Status of WCAG 3.0

As of early 2026, WCAG 3.0 is in W3C Working Draft status. This is important to understand: a Working Draft is not a standard yet. It's the W3C's way of saying "we're actively developing this; feedback is welcome, but things will change."

The timeline to Recommendation (the final status that carries legal weight) is likely 2–4 years away, possibly longer. Compare this to WCAG 2.0, which was a Candidate Recommendation in 2008 but didn't become a full Recommendation until 2012. WCAG 3.0 could follow a similar path.

This timeline matters: organizations don't need to panic about WCAG 3.0 tomorrow, but they should start paying attention today. Legal mandates (like Section 508 and ADA compliance) currently reference WCAG 2.1 AA. Those won't suddenly change to WCAG 3.0 when the draft is released. But federal agencies and large organizations typically adopt new accessibility standards within 12–24 months of W3C Recommendation.

The Fundamental Shift: From Success Criteria to Outcomes-Based Scoring

The most significant change in WCAG 3.0 is philosophical. WCAG 2.x uses a checklist approach: you either meet a success criterion, or you don't. It's binary. You have alt text on an image, or you don't. The heading hierarchy is correct, or it isn't.

WCAG 3.0 moves toward an outcomes-based, scored approach. Instead of asking "does this PDF meet 32 specific success criteria?", WCAG 3.0 asks "how accessible is this content, and can we measure it on a scale?"

Key Structural Changes

Replacement of Conformance Levels: WCAG 2.x has three conformance levels: A, AA, and AAA. A is the minimum, AA is what most regulations require, and AAA is the most stringent (but rarely mandated).

WCAG 3.0 replaces these with scored levels: Bronze, Silver, and Gold. But unlike A/AA/AAA, which are binary (you're at AA or you're not), Bronze/Silver/Gold are more flexible. You can have partial Bronze, for example—some outcomes met fully, some partially.

Removal of the "Percents of content" modifier: WCAG 2.x includes a subtle rule: you can claim compliance as long as you comply with, say, 95% of content. This was always controversial. WCAG 3.0 aims to be more explicit about partial compliance and remediation progress.

Introduction of "Substantially Exceeds" outcomes: WCAG 3.0 will allow for nuance beyond minimum compliance. An organization that has truly excellent alt text on images (not just present, but meaningfully descriptive) might score higher than one with bare-minimum alt text.

What's Likely to Change for PDFs

The substantive requirements for accessible PDFs probably won't change dramatically. The fundamental elements—proper tagging, alt text for images, reading order, semantic structure, form field labels—will remain required. But how they're measured and reported will shift.

Likely Continued Requirements

  • Document language: PDFs will still need a language tag. This is unlikely to change.
  • Document title and metadata: PDFs will still need descriptive titles and proper metadata.
  • Semantic structure: Headings, lists, and logical reading order will remain required.
  • Alt text for images: Images will still need descriptions. The bar for "quality" alt text might increase in WCAG 3.0.
  • Form field labeling: Form fields will still need associated labels.
  • Table markup: Tables will still require proper header markup.

Likely New or Enhanced Requirements

Meaningful alt text quality: WCAG 2.1 requires alt text but doesn't specify quality. A single letter "A" technically satisfies the requirement. WCAG 3.0 is likely to have more specific guidance on what constitutes meaningful alt text. An image of a bar chart might require the data itself (not just "bar chart showing sales trends").

Color contrast in PDFs: WCAG 2.1 has color contrast requirements (4.5:1 for text, 3:1 for graphics), but PDF scanning tools rarely check this. WCAG 3.0 may formalize requirements for PDF documents, making color contrast more measurable and enforceable.

Authorship information and compliance metadata: WCAG 3.0 working drafts mention the ability for content creators to declare their accessibility efforts. PDFs might include metadata indicating what conformance level was targeted and achieved. This is valuable for tracking progress in large-scale remediation projects.

Multi-document coherence: If your website publishes 100 related PDFs (e.g., policy documents), WCAG 3.0 might evaluate them as a collection, not individually. Consistency and findability might become measurable requirements.

Conformance Levels: From A/AA/AAA to Bronze/Silver/Gold

Understanding the new conformance model is critical for future compliance planning.

Bronze Level (Approximate equivalent to WCAG 2.x Level A)

Bronze conformance will likely require:

  • Basic document structure (document language, title, valid PDF).
  • All images have alt text (even if brief).
  • Headings are tagged.
  • Forms have labeled fields.
  • No fully inaccessible content (though some content may be partially accessible).

Practical implication: Organizations currently at WCAG 2.x A might land around Bronze in WCAG 3.0.

Silver Level (Approximate equivalent to WCAG 2.x Level AA)

Silver conformance will likely require:

  • Everything in Bronze.
  • Meaningful (not minimal) alt text for images.
  • Correct reading order and heading hierarchy.
  • Tables properly tagged with headers.
  • Form instructions clear and associated with fields.
  • Color contrast requirements met.
  • Content logically organized and easily navigable.

Practical implication: Organizations currently at WCAG 2.1 AA will likely need to update some practices to achieve Silver. The bar for "meaningful alt text" will probably be higher.

Gold Level (Beyond WCAG 2.x Level AAA)

Gold conformance will likely include:

  • Everything in Silver.
  • Enhanced usability features (e.g., expanded alt text, author commentary, links in the PDF that maintain URLs).
  • Accessibility authorship metadata (declarations of accessibility effort).
  • Multi-format availability (the same content available as HTML, XML, or other formats alongside PDF).
  • Predictive accessibility enhancements (tagging of abbreviations, pronunciation guidance, etc.).

Practical implication: Gold will be aspirational—not legally required in most cases, but valuable for organizations committed to genuine accessibility excellence.

Key Outcomes Likely to Affect PDFs in WCAG 3.0

WCAG 3.0 working drafts mention several "outcomes" that will apply to PDFs:

Outcome: Perceivable

Content must be perceivable to users with different sensory abilities. For PDFs, this likely includes:

  • Sensory characteristics (color, shape, size) must not be the only way to convey information.
  • Text must have sufficient contrast.
  • Visual elements must be distinguishable.

Outcome: Operable

Content must be operable using various input methods (keyboard, voice, switches). For PDFs, this likely includes:

  • Forms must be fully keyboard-accessible.
  • Links and buttons must be obvious and navigable.
  • No content that requires timed interactions (unless the time limit can be turned off).

Outcome: Understandable

Content must be understandable. For PDFs, this likely includes:

  • Language is clear and direct.
  • Jargon is defined.
  • Instructions are explicit.
  • Document structure aids understanding (headings, lists, logical flow).

Outcome: Robust

Content must work with assistive technology. For PDFs, this likely includes:

  • Valid PDF structure (proper tag tree).
  • Metadata is complete and correct.
  • No reliance on plug-ins or proprietary features.
  • Compatibility with screen readers and other AT.

How WCAG 3.0 Addresses Limitations of WCAG 2.x

WCAG 2.x has significant limitations, particularly for non-HTML content like PDFs.

Limitation 1: PDF-Specific Guidance Was Weak

WCAG 2.x was designed for HTML and web content. PDF-specific guidance was added later and never felt native to the standard. Techniques for PDF accessibility are often vague (e.g., "properly tag PDFs" without detailed explanation of what "properly" means for complex documents).

WCAG 3.0 is expected to have dedicated outcomes and techniques for documents, including PDFs, as first-class citizens—not as an afterthought.

Limitation 2: Binary Pass/Fail Doesn't Match Reality

In practice, accessibility is rarely binary. A PDF might have correct document structure (meets WCAG criterion 1.3.1) but poor alt text (technically meets 1.1.1 but the quality is low). WCAG 2.x has no way to express this nuance. You're compliant or you're not.

WCAG 3.0's scoring model allows expressing partial compliance. An organization might declare "Silver for document structure, Bronze for alt text quality, Gold for color contrast." This better reflects reality and helps prioritize remediation efforts.

Limitation 3: No Room for Evolution and Best Practices

WCAG 2.x success criteria are fixed. If a new best practice emerges (e.g., enhanced metadata for machine readability), there's no mechanism to include it short of waiting for the next major version.

WCAG 3.0 is designed to be more modular and updateable. Outcomes and techniques can evolve more quickly without requiring a full standard revision.

Timeline Expectations: When Will WCAG 3.0 Matter?

Here's a realistic timeline:

  • 2026–2027: WCAG 3.0 remains in Draft status. W3C continues gathering feedback. No legal mandate yet.
  • 2027–2028: WCAG 3.0 advances toward Candidate Recommendation. Federal agencies begin planning for adoption. Private sector starts evaluating impact.
  • 2028–2029: WCAG 3.0 becomes an official W3C Recommendation. Section 508 and ADA guidance may reference it.
  • 2030+: Organizations have legal pressure to comply with WCAG 3.0. Litigation based on WCAG 3.0 standards likely begins.

Bottom line: You don't need to abandon WCAG 2.1 AA compliance today. But you should start tracking WCAG 3.0 developments and plan for transition by 2028–2029.

What Organizations Should Do Now

Don't wait for WCAG 3.0. Achieve WCAG 2.1 AA compliance now. Any investment you make in WCAG 2.1 AA compliance is not wasted. These requirements will persist in WCAG 3.0. Bronze and Silver levels will likely be strict supersets of WCAG 2.x AA, meaning 2.1 AA compliance will form your foundation.

Immediate Actions

  • Audit your PDFs against WCAG 2.1 AA. Use tools like PAC or VeraPDF. Understand your baseline.
  • Prioritize high-impact documents. Patient education materials, financial documents, forms, and public records should be remediated first.
  • Implement a monitoring process. New PDFs should be scanned for accessibility violations before publication.
  • Plan for scale. If you have hundreds or thousands of PDFs, start with a sample remediation to understand timeline and cost. Then scale.

Medium-Term Actions (Next 1–3 Years)

  • Follow WCAG 3.0 developments. Subscribe to W3C WAI (Web Accessibility Initiative) updates. Attend accessibility conferences. Understand what's coming.
  • Evaluate tool readiness. As WCAG 3.0 matures, validators will be updated. Plan to adopt new tools when they're available.
  • Consider "meaningful alt text" as your quality bar today. Don't just add alt text; add alt text that would satisfy stricter WCAG 3.0 requirements. This is a good practice anyway.
  • Build accessibility into your content authoring process. Don't remediate after publication; design for accessibility from the start.

Long-Term Actions (3+ Years)

  • Plan for WCAG 3.0 transition. As WCAG 3.0 approaches Recommendation, evaluate your compliance strategy. What level (Bronze, Silver, Gold) makes sense for your organization?
  • Consider going beyond minimum compliance. Organizations that have invested in accessibility are better positioned to exceed WCAG 3.0 minimum requirements if they choose.
  • Participate in accessibility leadership. As WCAG 3.0 rolls out, organizations with strong accessibility practices can shape industry adoption and best practices.

Backward Compatibility Considerations

An important question: If WCAG 3.0 becomes mandated, will old WCAG 2.1 AA documents become non-compliant?

The W3C's stated intent is backward compatibility. A PDF that fully meets WCAG 2.1 AA should meet or exceed WCAG 3.0 Bronze (and likely much of Silver). There will likely be a transition period where organizations can claim WCAG 2.1 AA compliance while working toward WCAG 3.0 levels.

However, don't rely on this. Plan to migrate to WCAG 3.0 within 12 months of its Recommendation status. The legal landscape changes quickly once standards are official.

WCAG 3.0 and PDF/UA-2

One important clarification: WCAG 3.0 is not the same as PDF/UA-2 (the latest version of PDF/Universal Accessibility). These are complementary but distinct standards.

PDF/UA-2 is a technical standard maintained by the International Organization for Standardization (ISO) that specifies how to structure PDFs for maximum accessibility. It's the "how to make PDFs accessible" standard.

WCAG 3.0 is a web and digital content accessibility standard maintained by W3C. It's broader and less PDF-specific, but it covers PDFs.

In practice: if you conform to PDF/UA-2, you'll likely exceed WCAG 3.0 Silver. If you conform to WCAG 3.0 Silver, you may not meet all PDF/UA-2 requirements (which are more stringent in some areas).

For most organizations, WCAG 3.0 compliance is sufficient. For specialized use cases (highly technical documents, complex forms), PDF/UA-2 compliance is valuable and often required.

The Relationship Between Standards: Section 508, ADA, and WCAG 3.0

For U.S. organizations, the legal mandate cascade is:

  • Section 508 (federal agencies): Currently requires WCAG 2.1 AA compliance. Will likely be updated to reference WCAG 3.0 within 12–24 months of WCAG 3.0 Recommendation.
  • ADA Title III (private companies): Courts have interpreted ADA to require WCAG 2.1 AA compliance (via cases like Dominguez v. Pickerington). As WCAG 3.0 becomes official, courts will likely update their interpretation.
  • State accessibility mandates: Some states (California, New York) have enacted accessibility laws that reference specific standards. These will need to be updated for WCAG 3.0.

The key point: stay compliant with WCAG 2.1 AA today. When WCAG 3.0 becomes official, it will become the new baseline relatively quickly.

Final Thought

WCAG 3.0 represents a maturation of accessibility standards—a shift from simplistic checklists to nuanced, outcome-based measures. For PDF accessibility, this is good news. It means PDFs will have more specific guidance and support within the standard. But it also means the bar will likely be higher, particularly for quality and meaningfulness of alt text and other descriptive elements.

The best strategy: achieve WCAG 2.1 AA compliance now. Build accessibility into your processes. Stay informed about WCAG 3.0 evolution. And recognize that accessibility is not a destination (a checkbox marked "compliant") but a journey—an ongoing commitment to making your content usable and valuable for everyone.

Ready to make your PDFs accessible?

Upload any PDF and get a fully compliant, audit-ready document back in seconds.

Try free PDF audit
← Back to all posts