GuidesAccessibility and the EAA · Published 29 Jun 2026 · Updated 2 Sep 2026 · toolkit.bot

EAA 2026 Compliance Checklist: Scope, PDF Audit, WCAG 2.2 AA Documents, Web, and Evidence

The European Accessibility Act has applied since June 28, 2025, and organizations selling or distributing digital products and services in EU markets are subject to active compliance review. This is the single checklist for compliance managers running an EAA readiness assessment or closing audit findings: scope determination, a PDF inventory and 8-point document audit, the WCAG 2.2 AA criteria that apply to documents, web accessibility, the accessibility statement, and the evidence regulators expect.

Step 1 — Determine If Your Organization Is in Scope

The EAA applies to private sector organizations that:

Checklist:

Step 2 — Inventory Your Digital Products

You cannot comply with what you haven't catalogued. Build an inventory of:

For each item: note current accessibility status (audited, unaudited, known failures, compliant) and assign a risk priority.

Finding every PDF

You cannot audit what you cannot find, and a report published in 2019 can sit on a download page for years. Crawl the public site for PDF links (no download):

wget --spider --force-html -r -l 3 --accept pdf --no-verbose https://yoursite.com 2>&1 \
  | grep "^--" | awk '{print $3}' | grep ".pdf$" | sort -u > pdf_inventory.txt

echo "Found $(wc -l < pdf_inventory.txt) PDFs"

Then export a PDF-filtered file listing from the CMS or document repository (SharePoint, Confluence, Drupal, WordPress media library). Record for each file: URL, filename, size, last modified, page count and content type (report, form, publication, policy, e-learning).

Prioritize by reach

  1. Linked from main navigation or product pages — actively directed to consumers
  2. Referenced in marketing emails or customer communications
  3. Indexed and ranked in search engines — reachable by anyone
  4. Linked deep within the site but publicly accessible
  5. In the sitemap but not promoted — archived content, lowest priority

Internal-only documents behind employee authentication are outside EAA scope, though national transposition or sector rules may still apply.

Step 3 — PDF Document Compliance (High Priority)

PDFs are the most common EAA gap for organizations outside the web development space. Most corporate PDF workflows produce non-compliant documents by default.

Why PDFs fail EAA: The EAA requires WCAG 2.2 AA conformance. All fixed-page PDFs fail WCAG 1.4.10 (Reflow) by design. Additionally, most PDFs lack semantic heading structure, correct reading order in multi-column layouts, language declarations, and accessible table markup.

PDF compliance checklist:

The 8-point PDF audit

Run these checks on the representative sample. Six of the eight are resolved automatically by conversion to EPUB3; alt text and contrast need source-level fixes either way.

Check (WCAG) What to check Fastest fix
1. Heading hierarchy (1.3.1)Tags panel in Acrobat: are H1–H3 present and nested to match the visual hierarchy?Conversion rebuilds headings from font size, weight and position as HTML5 headings
2. Reading order (1.3.2)Acrobat Read Out Loud: does it jump between columns or mix footnotes into body text?Conversion — HTML source order is explicit
3. Alt text (1.1.1)Image Properties → Tag: is Alt or Actual Text set? Decorative images marked Artifact?Carried through where present; otherwise add in an EPUB editor (Sigil) after conversion
4. Link text (2.4.4)Bare URLs or “click here” as link text?Fix in the source or edit the EPUB3 HTML directly
5. Table headers (1.3.1)Table Editor: are header cells TH, or all TD?Conversion emits <th> from detected header rows; review merged-cell tables
6. Language (3.1.1)File → Properties → Description: is Language set?Conversion sets package language from the detected document language
7. Reflow at 400% (1.4.10)Zoom to 400%: horizontal scrolling needed?Cannot be fixed in PDF; convert to a reflowable format
8. Contrast (1.4.3)Colour Contrast Analyser: 4.5:1 body text, 3:1 large text?Must be corrected in the source before conversion

For the 400% zoom test, use a 1280px-wide viewport: content should read in a single column without horizontal scrolling. Then open the PDF with NVDA or VoiceOver and confirm headings are announced at the right level, table cells with their headers, images with alt text, and the language at the start.

Classify each PDF

State Meaning Action
CompliantPasses PAC, reflows at 400%, screen-reader navigableNone; re-audit annually
Minor failuresFails PAC tagging checks but reflows adequatelyRemediate in Acrobat Pro or axesPDF; re-check
Reflow failureFails 1.4.10 — fixed layout, no reflow possibleConvert to EPUB3 with toolkit.bot
Scanned / image PDFNo text layer — completely inaccessibleConvert with OCR (included), then human-review the output

WCAG 2.2 AA criteria that apply to documents

Not every success criterion applies to a standalone document. These do; use them as the acceptance list for remediated PDFs and converted EPUB3 alike:

What to check in converted EPUB3 output

Step 4 — Website and Web Application Compliance

Websites and web apps must conform to WCAG 2.2 AA. Key checks:

Step 5 — Accessibility Statement

The EAA requires organizations to provide an accessibility statement for digital products, describing:

An accessibility statement does not grant immunity from enforcement, but it demonstrates good-faith compliance effort — which affects how national enforcement bodies respond to complaints.

Step 6 — Establish Ongoing Compliance Processes

One-time remediation is not enough. EAA compliance requires ongoing maintenance:

Step 7 — Documentation for Regulatory Purposes

National enforcement bodies may request evidence of compliance efforts. Maintain:

Per-document audit record (spreadsheet or tracker): inventory date and method (crawl, CMS export, manual); check results (PAC report, reflow outcome, screen-reader notes); classification; remediation action, date and owner; ACE report reference for each EPUB3 produced; publication location of the accessible version.

What an auditor or enforcement body expects to see after a finding: an accessible version of each flagged document (EPUB3 with EPUB Accessibility 1.1 metadata qualifies), a clear link to it from the original document's location, an updated accessibility statement noting the remediation date and method, and for high-priority documents an ACE by DAISY or EPUBCheck report.

Immediate Actions for Non-Compliant Organizations

If your organization is currently non-compliant and enforcement is already active, prioritize in this order:

  1. Audit and inventory: Know what you have before committing to remediation timelines
  2. Remediate high-volume, public-facing PDFs first: These carry the highest complaint risk — convert to EPUB3 using toolkit.bot
  3. Fix critical website failures: Missing form labels, keyboard traps, and missing alt text are the highest-priority WCAG failures
  4. Publish an accessibility statement: Even if compliance is incomplete, a published statement with a remediation roadmap demonstrates good faith
  5. Establish a complaint handling process: Users who cannot access content need a route to request accessible alternatives

If an audit has already flagged your PDFs

Most first internal EAA audits flag the same four findings on PDFs: WCAG 1.4.10 Reflow, 1.3.2 Meaningful Sequence (multi-column reading order), 2.4.6 / 1.3.1 missing heading structure, and 3.1.1 undeclared language. PDF remediation can close the last three. It cannot close 1.4.10: if the finding cites Reflow and the document is a PDF, format conversion is the only resolution. Convert the flagged documents, run ACE, publish the EPUB3 beside the PDF, and record the date and method in your accessibility statement before the next audit cycle.

Start PDF remediation today — convert free at toolkit.bot, validate with ACE by DAISY.

Convert a PDF Free →

For accessibility teams managing EAA compliance workflows, see our dedicated guide at toolkit.bot/for/accessibility-teams →

Related guides