DocoMatic

Compliance hub

What WCAG 2.1 AA means for documents, not just web pages

WCAG 2.1 is written for all web content, and US regulators have made Level AA the enforceable standard for public-sector documents: the ADA Title II rule and the HHS Section 504 rule both apply it to PDFs, word processor files, presentations and spreadsheets. This page maps the success criteria to what they actually require inside a document.

The standard

Does WCAG apply to PDFs and other documents?

Yes. WCAG is technology-neutral: its success criteria apply to any content delivered over the web, and a document opened from a website is evaluated the way a web page is. The DOJ's ADA Title II rule and the HHS Section 504 rule both expressly extend WCAG 2.1 Level AA to conventional electronic documents.

W3C publishes PDF-specific techniques(opens in new tab) for meeting the criteria, and the regulatory definitions of web content name documents explicitly — PDF, word processor, presentation and spreadsheet files. So 'it's a PDF, not a page' changes the techniques, never the obligation.

Success criteria

Which WCAG 2.1 AA success criteria apply to a PDF?

Eight criteria account for most document failures. Each maps to a checkable property of the file — tags, reading order, metadata, text layer — and the last column says how much a checker can settle.

WCAG 2.1 AA criteria in a document, and what a machine can check
CriterionWhat it requires in a documentMachine-checkable?
1.1.1 Non-text content — alternative text(opens in new tab)Every meaningful image, chart and figure needs alternative text conveying its purpose; purely decorative graphics are marked as artifacts so assistive technology skips them.Partlypresence yes, meaning no
1.3.1 Info and relationships — tag structure(opens in new tab)Headings, lists, tables and paragraphs must be expressed in the document's tag tree, not just visually: real heading levels, list structures, and table cells associated with their header cells.Largelystructure yes; the right structure takes a reader
1.3.2 Meaningful sequence — reading order(opens in new tab)The order assistive technology reads the content must match the logical order a sighted reader follows — multi-column layouts, sidebars and callouts are where untagged PDFs fail.Partlyan order yes; sense no
1.4.3 Contrast (minimum)(opens in new tab)Text needs a contrast ratio of at least 4.5:1 against its background (3:1 for large text) — a design-time property that remediation can flag but authors must fix.Partlymeasurable on live text; outside PDF/UA-1, most checkers skip it
1.4.5 Images of text — scanned pages(opens in new tab)A scanned page is one big image of text and fails outright: it needs OCR to restore a real text layer, then tagging, before any other criterion can be met.Yesan image-only page is detectable
2.4.2 Page titled — document title(opens in new tab)The file needs a descriptive title in its metadata, configured to display instead of the file name — 'scan_final_v3.pdf' in a screen reader's window list helps no one.Yespresent and set to display
3.1.1 Language of page(opens in new tab)3.1.2 Language of parts(opens in new tab)The document's language must be declared so screen readers pick the right voice and pronunciation; passages in another language are marked at the tag level (3.1.2).Largelythe document language yes; unmarked passages take a reader
4.1.2 Name, role, value — form fields(opens in new tab)3.3.2 Labels or instructions(opens in new tab)Every form field needs a programmatic label, a correct role and a set value; visible instructions and required-field indicators must also be available to assistive technology (3.3.2).Partlypresence yes; whether the label matches the question, no

The right-hand column is the whole argument for verification: two criteria a checker settles outright, two largely, four only half — and those four are where documents that 'pass' are still unusable.

Conformance

How is WCAG conformance assessed for non-HTML content?

Per document, the way a web page is assessed: every applicable Level A and AA success criterion must be satisfied for the file to conform. Automated checkers verify the machine-testable subset — tags present, title and language set, a text layer that exists — while reading-order sense and alt-text quality require human judgment.

WCAG's conformance model evaluates full pages and complete processes, so a form that conforms except for its final signature page does not conform. For PDF specifically, the PDF/UA standard defines the file-format requirements machine checkers can verify reliably — the practical companion to WCAG's outcome requirements.

Legal status

Which laws require WCAG 2.1 AA for documents?

WCAG 2.1 is a W3C Recommendation, not a law. What makes it enforceable is the regulation that adopts it — and each regime below has its own regulator: the DOJ, HHS, the US Access Board, Ontario, or an EU member state.

Who requires WCAG for documents, which version, and when
RegimeWCAG versionCoversWhen
ADA Title II2.1 AAUS state and local governmentsApril 26, 2027 (50,000 or more people) · April 26, 2028
HHS Section 5042.1 AARecipients of HHS federal financial assistanceMay 11, 2027 (15 or more employees) · May 10, 2028
Section 5082.0 AAUS federal agencies and their ICT vendorsSince January 18, 2018
AODA (Ontario)2.0 AAOntario public sector; organizations with 50 or more employeesSince January 1, 2021
European Accessibility Act2.1 AAvia EN 301 549Products and services in the EAA's scopeSince June 28, 2025

Because WCAG versions are backwards-compatible, remediating documents to 2.1 AA satisfies every 2.0-based regime at the same time. Each guide states its own cohorts and exceptions.

The plan

How do you make a document library conform?

Start from an inventory, not a file-by-file guess: enumerate the documents on your domains, classify them, and let the currently-used ones jump the queue. Remediate to WCAG 2.1 AA and PDF/UA together — the same tagging work satisfies both — and demand a verification report per file so conformance is evidence, not assertion.

  1. Inventory: enumerate every PDF and Office document on your public domains.

  2. Classify: separate scanned files, forms and complex layouts — they need different remediation levels.

  3. Remediate: fix tags, reading order, alt text, titles, language and form labels to 2.1 AA.

  4. Verify: run machine checks plus human review, and keep the report with the file.

FAQ

WCAG for documents, answered

Buying for a larger organization?

Book a 20-minute demo(opens in new tab)

Does WCAG apply to Word, PowerPoint and Excel files, or only PDFs?

It applies to all of them. The US rules define covered web content to include word processor, presentation and spreadsheet files alongside PDFs. The techniques differ — Office formats carry structure through styles and built-in headings — but the success criteria and the Level AA bar are identical.

Do documents have to meet Level AAA?

No. The ADA Title II and HHS Section 504 rules require Level AA, which includes all Level A criteria. Level AAA is optional everywhere: some AAA criteria, like the enhanced 7:1 contrast ratio, are worthwhile targets for key documents, but no US rule mandates them.

Can a scanned PDF conform to WCAG?

Not as an image. A scan fails non-text content (1.1.1) and images of text (1.4.5) immediately, because there is no real text for assistive technology to read. After OCR restores the text layer and the file is fully tagged with a correct reading order, it can conform like any other document.

Can an automated checker prove a document conforms?

No — machine checks are the floor, not the ceiling. Automated tools verify that tags, a title and a language exist and that measurable ratios pass, but they cannot judge whether the reading order makes sense or the alt text says the right thing. Conformance takes machine checks plus human review.

What about WCAG 2.2 — should documents target it instead?

The US rules cite WCAG 2.1 Level AA specifically, so that is the compliance bar. WCAG 2.2 builds on 2.1 and most of its additions concern interactive interfaces rather than documents; targeting 2.1 AA plus PDF/UA remains the practical standard for document remediation today.