Skip to main content
← Back to blog

WCAG Guidelines Explained: The Complete Remediation Guide for PDF Accessibility Compliance

Why WCAG Compliance Failures Are Costing Organizations

A state agency uploads 400 PDF forms to its public portal. Each document was created from a scanned image, contains no tag tree, has no reading order defined, and renders as a single untagged object to any screen reader. Within 60 days, the agency receives three formal complaints under the ADA. Remediation is now reactive, expensive, and legally urgent—a situation that structured WCAG compliance planning would have prevented entirely.

WCAG—the Web Content Accessibility Guidelines—establishes the technical benchmark for digital accessibility across web and document formats, including PDFs. According to DOJ guidance, ADA Title II requires conformance with WCAG 2.1 Level AA for public entity web content and digital documents. The April 24, 2026 compliance deadline applies to public entities serving populations of 50,000 or more, making immediate remediation planning a strategic necessity, not an optional upgrade.

Answer Block — What WCAG Requires for PDF Accessibility: WCAG 2.1 Level AA, a W3C Recommendation issued June 5, 2018, defines the minimum accessibility standard for digital content under ADA Title II. For PDF documents, conformance requires semantic tagging that produces a navigable tag tree, a logical reading order that matches visual layout, meaningful alternative text on all non-decorative images, sufficient color contrast at a 4.5:1 ratio for normal text, and programmatically determinable structure including headings, lists, and tables. The PDF/UA-1 standard (ISO 14289-1:2014) operationalizes these requirements specifically for PDF files. Organizations that produce, publish, or archive PDFs for public access must remediate each document to meet both WCAG 2.1 AA success criteria and PDF/UA-1 structural requirements. RemeDocs' PDF remediation process maps directly to both standards, ensuring that each output file passes automated validators and functions correctly with assistive technology such as JAWS, NVDA, and VoiceOver. Remediation audits should begin with a tag tree inspection before any other correction.

What Are the 4 Guidelines of WCAG?

WCAG is organized around four foundational principles, collectively referred to by the acronym POUR. Each principle defines a category of user need, and every success criterion in WCAG 2.1 and WCAG 2.2 derives from one of these four principles. For PDF remediation professionals, understanding POUR at the structural level determines how remediation effort gets prioritized and documented.

1. Perceivable

All information and user interface components must be presentable to users in ways they can perceive. For PDFs, this principle governs:

  • Alternative text: Every non-decorative image, chart, diagram, and figure requires a text alternative that conveys equivalent meaning. Decorative images must be marked as artifact so assistive technology skips them.
  • Color contrast: WCAG 2.1 AA requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text (18pt or 14pt bold). PDF content that uses light gray text on white backgrounds frequently fails this criterion.
  • Text alternatives for multimedia: Audio or video embedded in PDFs requires captions and/or transcripts accessible within or linked from the document.
  • Adaptable presentation: Content structure—headings, lists, tables—must be encoded in the tag tree so assistive technology can reinterpret the layout without losing information.

Perceivability failures are the most common source of PDF accessibility complaints because they are often invisible to sighted reviewers using standard PDF viewers. A document that looks professionally formatted can simultaneously be completely opaque to a screen reader if the tag tree is absent or malformed.

2. Operable

User interface components and navigation must be operable. In the PDF context, operability translates to keyboard navigation, reading order, and interactive element accessibility.

  • Reading order: The tag tree must define a reading order that matches the logical sequence of content, not merely the visual sequence. Multi-column layouts, sidebars, and call-out boxes frequently introduce reading order errors when not explicitly tagged.
  • Interactive form fields: All fillable form fields must have programmatic labels, defined tab order, and descriptive tooltips so users navigating via keyboard can complete forms without a mouse.
  • Navigation landmarks: Document structure tags—H1 through H6, <Part>, <Sect>, <Article>—create navigable landmarks that allow screen reader users to jump between sections rather than reading linearly through hundreds of pages.
  • No keyboard traps: Interactive elements, including JavaScript-based form validation in PDFs, must not trap keyboard focus in a way that prevents navigation away from that element.

Operability requirements are particularly significant for multi-page, multi-section PDF documents such as annual reports, regulatory filings, and technical manuals. A bookmark structure alone does not satisfy operability requirements; the underlying tag tree must support it.

3. Understandable

Information and the operation of the user interface must be understandable. For PDFs, this principle governs language identification, consistent navigation, and error identification in forms.

  • Language of document: The PDF must have a document-level language attribute set (e.g., lang=

    What Are the Rules or Checklists of Items Upon Which the Guidelines of WCAG 2.2 Are Based?

    WCAG 2.2, a W3C Recommendation issued October 5, 2023, builds on the POUR structure with 87 success criteria organized by conformance level—Level A (minimum), Level AA (standard legal threshold), and Level AAA (enhanced). Each success criterion is a testable, technology-agnostic statement. For PDF remediation, the following success criteria represent the highest-impact requirements at WCAG 2.1 Level AA and WCAG 2.2 Level AA.

    Perceivable Success Criteria Checklist

    • 1.1.1 Non-text Content (Level A): All non-decorative images have programmatic alt text; decorative images are tagged as artifact.
    • 1.3.1 Info and Relationships (Level A): Information conveyed through visual formatting (heading size, bold, table structure) is also encoded in the tag tree so the relationship is programmatically determinable.
    • 1.3.2 Meaningful Sequence (Level A): The tag tree reading order preserves the intended meaning of the content when linearized by a screen reader.
    • 1.3.3 Sensory Characteristics (Level A): Instructions do not rely solely on shape, color, size, visual location, or sound (e.g., 'click the blue button' is non-compliant).
    • 1.4.1 Use of Color (Level A): Color is not the only visual means of conveying information, indicating an action, prompting a response, or distinguishing a visual element.
    • 1.4.3 Contrast (Minimum) (Level AA): Text and images of text have a contrast ratio of at least 4.5:1; large text (18pt or 14pt bold) at least 3:1.
    • 1.4.4 Resize Text (Level AA): Text can be resized up to 200% without assistive technology and without loss of content or functionality—relevant for reflowable PDF content.
    • 1.4.10 Reflow (Level AA — added in WCAG 2.1): Content can be presented in a single column at 320 CSS pixels without horizontal scrolling and without loss of information.
    • 1.4.11 Non-text Contrast (Level AA — added in WCAG 2.1): User interface components and graphical objects have a contrast ratio of at least 3:1 against adjacent colors.

    Operable Success Criteria Checklist

    • 2.1.1 Keyboard (Level A): All functionality is operable through a keyboard interface; no action requires a specific timing of individual keystrokes.
    • 2.1.2 No Keyboard Trap (Level A): Focus can be moved away from any component using keyboard alone.
    • 2.4.1 Bypass Blocks (Level A): A mechanism exists to skip repetitive content blocks—in PDFs, this is satisfied by a valid heading structure and bookmarks.
    • 2.4.2 Page Titled (Level A): The PDF document has a meaningful title set in Document Properties metadata.
    • 2.4.3 Focus Order (Level A): The tab order through interactive elements preserves meaning and operability.
    • 2.4.6 Headings and Labels (Level AA): Headings and labels describe topic or purpose—tagged headings in PDFs must accurately reflect document hierarchy.
    • 2.4.7 Focus Visible (Level AA): Any keyboard-operable interface has a visible focus indicator.
    • 2.4.11 Focus Appearance (Level AA — new in WCAG 2.2): Focus indicators meet minimum size and contrast thresholds, directly affecting interactive PDF forms.
    • 2.5.3 Label in Name (Level A — added in WCAG 2.1): The accessible name of a UI component contains the visible text label, ensuring voice control users can activate form fields by speaking their visible labels.

    Understandable Success Criteria Checklist

    • 3.1.1 Language of Page (Level A): The default human language of the document is set in metadata and programmatically determinable.
    • 3.1.2 Language of Parts (Level AA): Language changes within the document are tagged at the element level.
    • 3.2.1 On Focus (Level A): Receiving focus does not automatically trigger a change of context.
    • 3.3.1 Error Identification (Level A): If an input error is automatically detected, the item in error is identified and described to the user in text.
    • 3.3.2 Labels or Instructions (Level A): Labels or instructions are provided when content requires user input—critical for accessible PDF forms.
    • 3.3.7 Redundant Entry (Level A — new in WCAG 2.2): Information already entered by the user in a multi-step form process is either auto-populated or available for selection, reducing cognitive load.
    • 3.3.8 Accessible Authentication (Minimum) (Level AA — new in WCAG 2.2): Authentication processes do not rely solely on cognitive function tests (e.g., CAPTCHA puzzles) unless alternatives are provided.

    Robust Success Criteria Checklist

    • 4.1.1 Parsing (Level A): In content implemented using markup languages, elements have complete start and end tags, are properly nested, contain no duplicate attributes, and IDs are unique—directly parallels PDF tag tree validation requirements.
    • 4.1.2 Name, Role, Value (Level A): For all user interface components, the name, role, and value can be programmatically determined and notifications of changes are available to assistive technology.
    • 4.1.3 Status Messages (Level AA — added in WCAG 2.1): Status messages can be programmatically determined through role or properties so they can be announced by assistive technology without receiving focus.

    The WCAG 2.2 additions most relevant to PDF remediation are 2.4.11 Focus Appearance and 3.3.7 Redundant Entry, both of which affect interactive form design. Organizations remediating legacy PDFs to meet ADA Title II deadlines should audit against the full WCAG 2.1 Level AA checklist as the minimum legal threshold, then layer WCAG 2.2 criteria for forward compatibility.

    How PDF/UA-1 Translates WCAG Requirements Into PDF-Specific Technical Standards

    PDF/UA-1 (ISO 14289-1:2014) is the implementation standard that bridges WCAG's technology-agnostic success criteria and the technical architecture of the PDF format. Where WCAG says 'content must have a programmatically determinable structure,' PDF/UA-1 specifies exactly how that structure must be encoded in a PDF file's tag tree, XMP metadata, and glyph-to-Unicode mapping tables.

    Key PDF/UA-1 requirements that operationalize WCAG for document remediation:

    • Tagged PDF: Every PDF must be a tagged PDF. The tag tree must include role-mapped tags for all content: headings (<H1>–<H6>), paragraphs (<P>), lists (<L>, <LI>, <LBody>), tables (<Table>, <TR>, <TH>, <TD>), figures (<Figure>), and artifacts for decorative or page-layout elements.
    • Unicode mapping: Every glyph in the document must map to a Unicode code point so screen readers can convert visual characters to speech. PDFs generated from scanned images or custom fonts without embedded Unicode mappings fail this requirement universally.
    • No security barriers: Document security settings must not block screen reader access. Password-protected PDFs that restrict content copying also restrict assistive technology access and are non-conformant.
    • XMP metadata: The PDF's XMP metadata must identify the document as PDF/UA-conforming using the pdfuaid:part=1 schema entry.
    • Meaningful heading hierarchy: Heading tags must follow a logical nesting sequence. A document cannot jump from <H1> to <H4> without intermediate heading levels if that hierarchy does not reflect actual document structure.
    • Table header associations: Every <TH> element must have a Scope attribute (Column, Row, or Both) or an explicit ID-Headers association so screen readers announce the correct header context when navigating table cells.

    RemeDocs' PDF remediation process applies PDF/UA-1 validation as an integrated step, not a post-remediation audit. Each document's tag tree is constructed to satisfy both WCAG 2.1 AA success criteria and PDF/UA-1 structural requirements simultaneously, eliminating the rework cycle that occurs when these standards are applied sequentially.

    Practical WCAG Compliance Checklist for PDF Remediation

    The following checklist translates WCAG 2.1 Level AA and PDF/UA-1 requirements into discrete, verifiable remediation tasks. Each item corresponds to one or more success criteria and can serve as a line item in a remediation audit report or vendor deliverable specification.

    Document-Level Requirements

    1. Document title is set in File > Properties > Description and is meaningful (not a filename string like 'doc_final_v3.pdf').
    2. Document language is set to the correct ISO 639 language code in Document Properties.
    3. PDF is tagged (check via Acrobat: View > Show/Hide > Navigation Panes > Tags).
    4. XMP metadata includes pdfuaid:part=1 for PDF/UA conformance declaration.
    5. Document security does not restrict assistive technology access.
    6. Bookmarks are present for documents exceeding 9 pages and accurately reflect heading hierarchy.

    Tag Tree and Reading Order

    1. All content is contained within the tag tree—no untagged content blocks exist outside the structure tree.
    2. Reading order in the tag tree matches the intended logical reading sequence, verified by reading the document aloud via a screen reader.
    3. Decorative images, page borders, headers, and footers are tagged as artifacts.
    4. Heading tags (<H1>–<H6>) are applied consistently and follow a logical hierarchy without skipping levels.
    5. List items use <L>, <LI>, and <LBody> tags rather than manually formatted bullet characters.

    Images and Non-Text Content

    1. All informative images have alt text that conveys equivalent meaning—not 'image' or filename strings.
    2. Complex images (charts, graphs, diagrams) have extended descriptions either as alt text or as adjacent body text.
    3. Scanned page images are either OCR-processed to produce real text or are replaced with accessible equivalents.

    Tables

    1. All data tables use <Table>, <TR>, <TH>, and <TD> tags.
    2. <TH> elements have Scope attributes (Column, Row) defined.
    3. Merged cells include SpanRow and SpanColumn attributes to communicate cell span to assistive technology.
    4. Layout tables that are used for visual positioning only are tagged as artifacts or role-mapped to presentation.

    Color and Contrast

    1. All normal-weight text at standard size meets 4.5:1 contrast ratio against its background.
    2. Large text (18pt+ or 14pt+ bold) meets 3:1 minimum contrast ratio.
    3. Graphical elements that convey information meet 3:1 non-text contrast ratio (WCAG 2.1 SC 1.4.11).
    4. No information is conveyed by color alone—all color-coded data has a secondary visual indicator (pattern, label, shape).

    Interactive Forms

    1. All form fields have a programmatic label associated via the Tooltip or Name field in form field properties.
    2. Tab order follows a logical left-to-right, top-to-bottom sequence through all form fields.
    3. Required fields are identified programmatically, not only by color or asterisk.
    4. Error messages identify the specific field in error and describe the required format in text.
    5. Submit buttons are tagged as <Form> elements with accessible names.

    Callout — Remediation Priority Order for WCAG PDF Compliance:

    When remediating a PDF backlog under a compliance deadline, apply effort in this sequence to maximize legal risk reduction per hour of remediation work:

    1. Tag tree presence: An untagged PDF fails WCAG 2.1 at the most foundational level. Tagging must precede all other remediation steps.
    2. Reading order correction: A tagged PDF with incorrect reading order actively misleads screen reader users and may be worse than no tagging in complex layouts.
    3. Alt text for images: Missing alt text on informative images is one of the most frequently cited failures in ADA complaints involving PDFs.
    4. Document title and language metadata: These are low-effort, high-impact fixes that are verifiable in under 60 seconds per document.
    5. Color contrast: Requires color analysis tools (e.g., Adobe Acrobat contrast checker, TPGi Colour Contrast Analyser) and may require source file revision.
    6. Form field labels and tab order: Interactive PDF forms require the most intensive remediation effort and should be allocated proportionally more time in project plans.

    When using RemeDocs, each document receives a pre-remediation accessibility report that maps existing tag tree structure, flags reading order anomalies, and scores contrast failures—enabling triage prioritization before remediation labor begins.

    Frequently Asked Questions About WCAG and PDF Accessibility

    Does WCAG apply to PDFs, or only to web pages?

    WCAG's success criteria are technology-agnostic by design. According to DOJ guidance on ADA Title II, the WCAG 2.1 Level AA standard applies to web content broadly, which courts and enforcement agencies have consistently interpreted to include PDF documents hosted on or linked from public-facing web properties. PDF/UA-1 provides the PDF-specific technical implementation framework that maps WCAG criteria to the PDF format's tag tree architecture.

    What is the difference between WCAG 2.1 and WCAG 2.2 for PDF compliance?

    WCAG 2.1 (W3C Recommendation, June 5, 2018) is the current legal standard under ADA Title II and Section 508. WCAG 2.2 (W3C Recommendation, October 5, 2023) adds nine new success criteria and removes SC 4.1.1 Parsing from Level A. The additions most relevant to PDF remediation are 2.4.11 Focus Appearance and 3.3.7 Redundant Entry. ADA Title II compliance requires WCAG 2.1 Level AA as the minimum; WCAG 2.2 conformance provides forward compatibility but is not yet the mandated legal threshold.

    What is PDF/UA-1 and is it the same as WCAG conformance?

    PDF/UA-1 (ISO 14289-1:2014) is a PDF-format-specific technical standard, not a web accessibility standard. WCAG is the policy framework; PDF/UA-1 is the technical implementation specification for PDFs. A document can be PDF/UA-1 conformant and still fail WCAG success criteria (e.g., insufficient color contrast), or it can satisfy certain WCAG criteria without being PDF/UA-1 conformant (e.g., alt text present but XMP metadata missing the pdfuaid:part declaration). Full compliance requires satisfying both standards.

    How many success criteria are in WCAG 2.2?

    WCAG 2.2 contains 87 success criteria across three conformance levels: Level A (minimum), Level AA (standard legal threshold), and Level AAA (enhanced). Level AA includes all Level A criteria plus the additional AA criteria. Achieving WCAG 2.1 Level AA requires conformance with all Level A and Level AA success criteria that were present in WCAG 2.1—78 criteria in total across both levels.

    Can an automated PDF accessibility checker confirm WCAG conformance?

    Automated checkers—including Acrobat's built-in checker, PAC 2024, and axe-core PDF—can identify a significant subset of WCAG failures, including missing alt text, absent document titles, language attribute errors, and malformed tag trees. However, no automated tool can evaluate reading order accuracy, the meaningfulness of alt text, logical heading hierarchy in context, or correct table scope associations without human review. Automated checking is a necessary first step, not a sufficient conformance determination. Remediation processes that rely solely on passing automated validators without human verification do not produce legally defensible accessibility claims.

    What does Section 508 require compared to ADA Title II?

    Section 508 (ICT Refresh effective January 18, 2018) requires conformance with WCAG 2.0 Level AA for federal agencies and federal contractors. ADA Title II requires WCAG 2.1 Level AA. WCAG 2.1 is a superset of WCAG 2.0—it adds 17 new success criteria. Organizations operating under both frameworks should remediate to WCAG 2.1 Level AA to satisfy both simultaneously, since WCAG 2.1 AA conformance implies WCAG 2.0 AA conformance.

    The Forward Trajectory: What PDF Accessibility Compliance Will Require Next

    The compliance landscape for PDF accessibility is moving toward higher specificity and broader applicability, not reduced requirements. Several developments define what organizations should prepare for beyond current deadlines.

    WCAG 2.2 adoption in procurement and regulation: While ADA Title II currently mandates WCAG 2.1 Level AA, procurement standards in the European Union (EN 301 549 V3.2.1, March 2021) already reference WCAG 2.1 and are tracking WCAG 2.2. Federal agencies updating Section 508 guidance are expected to align with WCAG 2.2 criteria in future rulemaking cycles. Organizations remediating document libraries now should tag their workflows for WCAG 2.2 compatibility—specifically the new Focus Appearance and Accessible Authentication criteria—to avoid a second remediation cycle.

    Enforcement expansion beyond federal and state government: DOJ has signaled continued enforcement interest in Title III (private entities) digital accessibility, and court precedent for PDF accessibility obligations under Title III is accumulating. Private sector organizations that publish PDFs for public access—financial disclosures, product manuals, terms and conditions—should treat current government compliance deadlines as leading indicators of eventual private sector requirements.

    AI-assisted remediation and its limits: Machine learning tools are improving at auto-tagging PDF structure and generating alt text candidates for images. However, automated remediation outputs require human expert validation because current AI systems cannot reliably determine correct reading order in complex layouts, generate semantically accurate alt text for domain-specific charts, or verify that heading hierarchy reflects actual document information architecture. RemeDocs' PDF remediation process integrates AI-assisted initial tagging with human expert review as the quality gate—a hybrid model that scales without sacrificing defensible conformance claims.

    PDF/UA-2: ISO is developing an updated PDF/UA standard that will align with PDF 2.0 (ISO 32000-2). Organizations building new PDF production workflows should architect those workflows with PDF 2.0 compatibility in mind, as PDF/UA-2 will introduce structural requirements not present in the 2014 standard. Remediation pipelines built solely around legacy PDF 1.7 assumptions will require architectural revision when PDF/UA-2 reaches adoption.

    The organizations that avoid reactive, complaint-driven remediation are those that build WCAG conformance into document creation workflows upstream—at the authoring stage in Microsoft Word, InDesign, or structured XML environments—and treat PDF remediation as the last-mile quality assurance step rather than the primary remediation mechanism. That shift in workflow architecture is the single highest-leverage change available to any organization managing a large PDF inventory under current and forthcoming accessibility mandates.

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