Resources

WCAG 2.1 AA Compliance Guide

A comprehensive guide to understanding WCAG 2.1 AA as it applies to PDF documents and digital publications. Learn the principles, success criteria, common pitfalls, and how to ensure your documents meet the standard.

Last updated: March 2026

1. What is WCAG 2.1 AA?

The Web Content Accessibility Guidelines (WCAG) are a set of internationally recognized standards published by the World Wide Web Consortium (W3C) that define how to make digital content accessible to people with disabilities. While originally developed for websites, WCAG applies equally to digital documents, including PDFs, Word files, spreadsheets, and presentations.

WCAG is organized into three conformance levels: Level A (minimum), Level AA (mid-range, and the most widely adopted legal standard), and Level AAA (highest). Level AA is the standard referenced by the ADA Title II final rule, Section 508 of the Rehabilitation Act, and most international accessibility laws.

WCAG 2.1, published in June 2018, builds on WCAG 2.0 by adding 17 new success criteria that address mobile accessibility, low vision, and cognitive disabilities. When a regulation requires "WCAG 2.1 Level AA," it means compliance with all Level A and Level AA success criteria from both WCAG 2.0 and the additional criteria introduced in 2.1.

For organizations managing large volumes of PDF documents, understanding WCAG 2.1 AA is not optional — it is the technical benchmark against which your documents will be measured in any enforcement action, lawsuit, or audit.


2. The Four Principles of WCAG

WCAG is built on four foundational principles, often referred to by the acronym POUR. Every success criterion in the standard falls under one of these principles. Understanding them is key to understanding why specific technical requirements exist.

Perceivable

Information and user interface components must be presentable to users in ways they can perceive. This means providing text alternatives for non-text content (images, charts, diagrams), captions and audio descriptions for multimedia, and ensuring content can be presented in different ways without losing information. For PDFs, perceivability requires alt text on every meaningful image, proper tagging so content structure is programmatically determinable, and sufficient color contrast for all text.

Operable

User interface components and navigation must be operable by all users, including those who rely on keyboards, switch devices, or voice control. In documents, this means interactive form fields must be navigable via keyboard with a logical tab order, and documents must have bookmarks or a table of contents to allow non-sequential navigation. Links must have descriptive text so users know where they lead without relying on visual context.

Understandable

Information and the operation of the user interface must be understandable. The document must declare its primary language so screen readers use the correct pronunciation. Content should be organized with clear headings and a logical reading order. Abbreviations and unusual terms should be defined. For forms, labels must clearly describe what input is expected, and error messages must be descriptive and helpful.

Robust

Content must be robust enough to be interpreted reliably by a wide variety of user agents, including assistive technologies. For PDFs, robustness requires proper tagged structure that conforms to PDF/UA (ISO 14289), embedded fonts so text renders correctly on any system, and valid document structure that current and future screen readers, braille displays, and other assistive technologies can parse without errors.


3. Key Success Criteria for PDFs

WCAG 2.1 AA contains 50 success criteria across Levels A and AA. While all are technically applicable, certain criteria are especially relevant — and commonly violated — in PDF documents. Below are the most critical ones to understand.

1.1.1

Non-text Content (Level A)

All non-text content — images, charts, graphs, icons, logos — must have a text alternative that serves the equivalent purpose. In PDFs, this means every meaningful image must have alt text in its tag properties. Decorative images must be marked as artifacts so screen readers skip them entirely. This is the single most commonly violated criterion in government PDFs.

1.3.1

Info and Relationships (Level A)

Information, structure, and relationships conveyed through presentation must also be programmatically determinable. In PDFs, this means headings must be tagged as headings (H1-H6), lists must be tagged as lists (L, LI), tables must have proper table tags (Table, TR, TH, TD), and the visual hierarchy must match the tag structure. A PDF that looks structured to a sighted reader but has no tags is invisible to a screen reader.

1.3.2

Meaningful Sequence (Level A)

When the sequence of content affects its meaning, a correct reading sequence must be programmatically determinable. In PDFs with multi-column layouts, sidebars, pull quotes, or complex page designs, the reading order in the tag tree must reflect the logical flow. A screen reader follows the tag order, not the visual layout — if tags are in the wrong order, the content is incomprehensible.

1.4.3

Contrast (Minimum) (Level AA)

Text and images of text must have a contrast ratio of at least 4.5:1 against their background (3:1 for large text, defined as 18pt or 14pt bold). Many government PDFs use low-contrast design elements — light gray text on white backgrounds, colored text on colored backgrounds, or text over watermarks — that fail this criterion.

2.4.2

Page Titled (Level A)

Documents must have titles that describe their topic or purpose. In PDFs, this means the document Title field in the metadata properties must be set to a meaningful, descriptive title — not just a filename like "report_final_v3.pdf." The document should also be configured to display the title (not the filename) in the viewer title bar.

3.1.1

Language of Page (Level A)

The default human language of the document must be programmatically determinable. In PDFs, the language must be set in the document catalog. Without a declared language, screen readers cannot determine which pronunciation rules to apply, resulting in garbled or unintelligible speech output for the user.

4.1.2

Name, Role, Value (Level A)

For all user interface components (form fields, links, buttons), the name, role, and value must be programmatically determinable. In PDF forms, every field must have a descriptive label, the correct form field type (text, checkbox, radio, dropdown), and its current value must be accessible to assistive technologies.


4. WCAG 2.1 vs WCAG 2.0

WCAG 2.1 is a superset of WCAG 2.0 — it includes all of the original 2.0 success criteria plus 17 new ones. A document that conforms to WCAG 2.1 also conforms to WCAG 2.0, but not vice versa. Understanding the differences matters because some older tools and processes were designed for 2.0 compliance and may not address the newer criteria.

The key additions in WCAG 2.1 that affect documents include:

1.3.4 Orientation (AA)

Content must not be restricted to a single display orientation (portrait or landscape) unless a specific orientation is essential. Documents should be viewable in both orientations.

1.4.11 Non-text Contrast (AA)

User interface components and graphical objects must have a contrast ratio of at least 3:1 against adjacent colors. This applies to form field borders, chart elements, and icons in PDFs.

1.4.12 Text Spacing (AA)

Content must remain readable and functional when users adjust text spacing properties (line height, paragraph spacing, letter spacing, word spacing). PDFs with fixed layouts can fail this criterion if text overflows or gets clipped when spacing is modified.

1.4.10 Reflow (AA)

Content must be presentable without loss of information at up to 400% zoom without requiring horizontal scrolling. This is particularly challenging for PDF documents, which often have fixed page dimensions.

One important distinction: WCAG 2.0 was published in 2008 and was the basis for the original Section 508 refresh in 2017. The ADA Title II final rule of 2024 specifically adopted WCAG 2.1, not 2.0, as the compliance standard. Organizations that achieved WCAG 2.0 compliance in the past must verify they also meet the additional 2.1 criteria.

Note that WCAG 2.2 was published in October 2023 and adds nine more success criteria. While WCAG 2.2 is not currently required by the ADA Title II rule, it represents the direction the standard is heading, and forward-thinking organizations may choose to target 2.2 conformance.


5. Common WCAG Violations in PDFs

After scanning thousands of government PDF documents, certain accessibility failures appear with overwhelming frequency. These are the issues most likely to be flagged in an audit, enforcement action, or complaint.

1

Missing or No Tags

The most fundamental failure. A PDF without tags is completely opaque to assistive technologies. Screen readers cannot identify headings, paragraphs, lists, or any structural elements. The entire document reads as a single, unstructured block of text — if it reads at all. Scanned PDFs (images of text) have no tags and no selectable text, making them entirely inaccessible.

2

Missing Alternative Text

Images, charts, graphs, logos, and other visual elements without alt text are invisible to screen reader users. Even when alt text exists, it is frequently inadequate — describing an image as "chart" rather than conveying the data the chart represents. Every meaningful visual element needs alt text that provides equivalent information.

3

Incorrect Reading Order

Multi-column documents, pages with sidebars, or PDFs generated from complex layouts often have reading orders that jump between columns, read footnotes in the middle of body text, or present content in an order that makes no logical sense. The visual layout may look correct, but the underlying tag order is scrambled.

4

Missing Document Language

A surprisingly common failure that is easy to fix but routinely overlooked. Without a declared language, screen readers default to the user's system language setting, which may result in English text being read with Spanish pronunciation rules or vice versa. Setting the document language takes seconds but is missed in the vast majority of PDFs.

5

No Bookmarks

Documents with more than a few pages need bookmarks for navigation. Without bookmarks, users of assistive technologies must navigate sequentially through every page to find the section they need. For a 100-page budget document, this makes the content effectively unusable. Bookmarks should mirror the heading structure of the document.

6

Untagged Tables

Data tables without proper table tags, header cells, and scope attributes are extremely difficult for screen reader users to interpret. Without headers, a screen reader reads each cell as an isolated value with no context — the user has no way to know which column or row a value belongs to. Government documents are heavy with tabular data, making this a pervasive issue.


6. How to Test PDFs for WCAG Compliance

Testing PDF accessibility requires a combination of automated tools and manual verification. No single tool catches everything, and some criteria — like alt text quality — require human judgment.

Automated Validation Tools

veraPDF is the industry-standard open-source PDF/UA validator. It checks structural conformance against ISO 14289-1 (PDF/UA-1) and reports every violation with specific rule references. PAC (PDF Accessibility Checker), developed by the Swiss accessibility foundation, provides a user-friendly interface with detailed reports and a screen reader preview. Adobe Acrobat Pro also includes a built-in accessibility checker, though it is less comprehensive than veraPDF or PAC.

Manual Testing with Screen Readers

Automated tools catch structural issues but cannot evaluate the quality of alt text, the logic of reading order, or the overall user experience. Testing with an actual screen reader (NVDA, JAWS, or VoiceOver) reveals how a real user will experience the document. Listen to the entire document being read aloud — does it make sense? Can you navigate by headings? Do table headers announce correctly?

Adobe Acrobat Accessibility Check

Adobe Acrobat Pro includes an accessibility checker under Tools > Accessibility > Full Check. This runs through common issues including document title, language, tags, reading order, alt text, and table structure. While not as thorough as veraPDF, it provides a good first-pass assessment and allows you to fix many issues directly within Acrobat.

Color Contrast Analysis

Use contrast checking tools like the Colour Contrast Analyser (CCA) to verify that text in your PDF meets the 4.5:1 ratio for normal text and 3:1 for large text. Pay special attention to text over colored backgrounds, watermarks, or images. Automated PDF checkers may not always catch contrast failures, so manual spot checking is important.


7. Achieving WCAG 2.1 AA Compliance

Bringing existing PDF documents into WCAG 2.1 AA compliance is a process known as remediation. The scope of the effort depends on how many documents you have and how they were originally created.

For a typical government entity with hundreds or thousands of PDFs, the remediation process involves:

  • Document inventory — Identifying and cataloging every PDF published on your website.
  • Triage and prioritization — Categorizing documents by traffic, legal significance, and remediation complexity to determine which to fix first.
  • Automated tagging — Using AI-powered tools to automatically add tags, structure, and alt text to documents at scale.
  • Quality review — Verifying that automated remediation produced correct results, especially for complex layouts, tables, and images.
  • Validation — Running every remediated document through veraPDF or PAC to confirm PDF/UA conformance.
  • Process integration — Updating your document creation workflows so all new documents are accessible from the start.

Manual remediation of a single complex PDF can take 2-4 hours. For organizations with thousands of documents, AI-powered automation is not just helpful — it is the only way to meet deadlines at a feasible cost.


8. How CASO Comply Helps

CASO Comply is purpose-built for the WCAG 2.1 AA document compliance challenge. Our AI-powered platform automates the remediation process at a fraction of the cost and time of manual methods.

AI-Powered Tagging and Structure

Our PDF remediation engine automatically detects document structure — headings, paragraphs, lists, tables, images — and applies correct WCAG-compliant tags. AI generates descriptive alt text for images, charts, and diagrams, going beyond simple labels to convey the actual information the visual content provides.

Automated Validation

Every remediated document is automatically validated against PDF/UA (ISO 14289) standards using veraPDF. You receive a compliance certificate for every document that passes, providing an auditable record of your compliance efforts.

Free Compliance Scan

Not sure how your documents measure up against WCAG 2.1 AA? Our free compliance scan crawls your website, identifies every document, and produces a detailed report showing your current compliance status. No commitment required.

Check your WCAG 2.1 AA compliance.

Find out how your PDF documents measure up against WCAG 2.1 AA standards. Our free scan identifies every accessibility issue across your entire document library.