Three accessibility standards, overlapping requirements, and significant confusion about which apply to whom. If you work in document accessibility, compliance, or legal risk management, you need to understand how these standards relate to PDFs—and what "compliance" actually means in practice.
Understanding the Three Standards
WCAG 2.1 AA: The Foundation
The Web Content Accessibility Guidelines (WCAG) 2.1 Level AA is the international standard for digital accessibility. Developed by the World Wide Web Consortium (W3C) and refined through community input, it defines 50 success criteria organized around four principles: perceivable, operable, understandable, and robust (POUR). WCAG is platform-agnostic—designed to apply to web content, documents, PDFs, applications, and more.
WCAG emerged from work beginning in 1997, with WCAG 1.0 released in 1999. The framework has evolved significantly: WCAG 2.0 (2008) introduced criteria applicable across technologies, and WCAG 2.1 (2018) added 17 new criteria addressing mobile accessibility and low vision support. Level AA represents the "sweet spot" between accessibility and implementation feasibility—harder than Level A (basic accessibility) but more practically achievable than Level AAA (near-maximum accessibility).
For PDF documents specifically, the most relevant WCAG 2.1 criteria include:
- 1.1.1 Non-text Content (Level A): All images and graphics must have text alternatives. This typically means alt text or descriptive captions describing the purpose or content of the image.
- 1.3.1 Info and Relationships (Level A): Information, structure, and relationships conveyed through presentation must be programmatically determinable. In PDFs, this means proper semantic tagging.
- 1.3.2 Meaningful Sequence (Level A): Content must be presented in a logical reading order. In PDFs, this requires proper tagging and a correct reading order within the tag tree.
- 2.1.1 Keyboard (Level A): All functionality must be accessible via keyboard. For PDFs, this means form fields must be reachable by tabbing.
- 3.1.1 Language of Page (Level A): The document's language must be identified in the file's metadata so screen readers pronounce text correctly.
- 4.1.2 Name, Role, Value (Level A): UI components must have accessible names, roles, and states. In PDFs, form fields, buttons, and links must be properly labeled.
- 1.4.3 Contrast (Minimum) (Level AA): Text must have sufficient color contrast (4.5:1 for normal text, 3:1 for large text).
- 3.2.4 Consistent Identification (Level AA): Components that serve the same function must be identified consistently. In forms, buttons labeled "Submit" should all say "Submit," not vary to "Send" or "Post."
WCAG 2.1 AA is referenced by Section 508 and the ADA's Title II rule for digital accessibility compliance. Under the ADA (Title II for government and public services, Title III for public accommodations), WCAG 2.1 AA has become the de facto compliance benchmark globally. Courts increasingly reference WCAG 2.1 AA as the standard for accessibility compliance, and the DOJ has explicitly stated that organizations should aim for WCAG 2.1 AA conformance.
Section 508: The Federal Mandate
Section 508 of the Rehabilitation Act (1973), amended in 1998, requires that federal agencies' information technology be accessible to people with disabilities. Unlike WCAG, which is aspirational guidance, Section 508 is U.S. law with compliance requirements and enforcement teeth. Violations can trigger agency reviews, budget restrictions, or legal action from the DOJ.
For decades, Section 508 had its own independent accessibility criteria for PDFs. But a critical modernization occurred: in 2018, the General Services Administration (GSA) refreshed Section 508 to incorporate WCAG 2.0 AA by reference. This shift meant that federal agencies must meet WCAG 2.0 AA standards—and WCAG 2.1 AA is even more stringent. The GSA's guidance now explicitly recommends WCAG 2.1 AA for new digital content.
For PDFs, Section 508 requires:
- Tagged PDF content with proper logical structure and tag trees
- Alternative text for all images and complex graphics
- Accessible forms with visible labels programmatically associated to fields
- Document language identification in metadata
- Correct reading order and heading hierarchy
- No reliance on color alone to convey information
- Sufficient color contrast (same as WCAG 2.1 AA)
- Keyboard accessibility for all interactive elements
Who must comply: Federal agencies (executive, legislative, and judicial) are required by law. Additionally, federal contractors providing technology or services to federal agencies must meet Section 508. This includes universities receiving federal research funding, healthcare organizations receiving Medicare/Medicaid, government contractors, and prime vendors in the federal supply chain. This covers a surprisingly large portion of the economy—think academic institutions, hospitals, research facilities, defense contractors, and IT service providers.
Enforcement reality: The DOJ's Civil Rights Division and the Equal Employment Opportunity Commission (EEOC) have authority to investigate complaints. The GSA's Office of Governmentwide Policy (OGP) provides guidance. Federal agencies can face audits, corrective action orders, and budget consequences for non-compliance. More importantly for private organizations, Section 508 compliance has become an implied requirement in any government contract RFP (Request for Proposal), making it operationally important even for private vendors.
PDF/UA (ISO 14289-1): The PDF-Specific Standard
PDF/UA stands for "PDF/Universal Accessibility" and is the ISO 14289-1 standard. It's the only internationally standardized specification designed specifically for PDF accessibility at the file format level. Created by the PDF Association's PDF/UA Working Group with participation from accessibility experts, screen reader vendors, and government agencies, it defines precisely how PDFs should be structured to support assistive technology.
PDF/UA first appeared as a technical specification in 2008 and became an ISO standard (ISO 14289-1) in 2012. It's been revised and expanded (PDF/UA-1 in 2014, ongoing maintenance). Unlike WCAG, which is technology-agnostic, PDF/UA addresses the peculiarities of the PDF format itself—embedded fonts, color spaces, XMP metadata, form XDPs, annotation structures, and JavaScript interactions.
PDF/UA goes beyond WCAG by addressing PDF-specific concerns that generic web guidelines don't touch:
- Tagged PDF structure: All content must be organized in a hierarchical "tag tree"—a semantic structure where Headings, Paragraphs, Lists, Tables, and Figures are logically nested. This tag tree is what screen readers traverse to navigate documents.
- Artifact marking: Decorative elements, page footers, headers, background graphics, and page numbers must be marked as "artifacts" so assistive technology ignores them.
- Form field structure: All interactive form elements must have accessible names, roles, and values. Radio buttons, checkboxes, and text fields must be properly tagged and labeled in the tag tree and form XDP.
- Natural language declaration: Document-level language must be specified in the PDF's document properties (e.g., "en-US" for English). Additionally, if a passage uses a different language, it must be marked with a language span tag so screen readers switch language packs.
- Metadata and document properties: The PDF must include XMP metadata documenting accessibility features, title, author, subject, keywords, and creation date. This allows screen readers and indexing tools to understand the document context.
- No sensory reliance: Instructions must never rely on color, shape, or position alone (e.g., "click the red button" is not accessible; "click the Submit button" is). Multi-step instructions must be text-based.
- Color contrast and color independence: Text must meet contrast requirements (4.5:1). Color must not be the sole means of distinguishing information.
- Proper form XDP structure: For fillable forms, the XDP (XML Data Package) must define all form fields, their types, calculations, and validations in a way that assistive technology can understand.
PDF/UA exists because WCAG, while excellent, doesn't account for PDF-specific technical constraints. WCAG was designed for web content and applications. It doesn't address embedded fonts, color spaces, form XDPs, annotation layer structures, or PDF-specific security settings. PDF/UA fills that gap by translating WCAG principles into PDF-specific implementations and adding PDF-only requirements.
Validation and certification: Unlike WCAG (which is self-declared), PDF/UA compliance can be verified using the PAC (PDF Accessibility Checker) tool from the PDF Association or other validators. Some organizations pursue third-party PDF/UA certification, which provides legal defensibility—an independent auditor has verified compliance using standardized tools.
How the Standards Relate to Each Other
WCAG 2.1 AA is the legal foundation. It's the broadest standard and applies to all digital content, including PDFs. Under the ADA (Title II and Title III), WCAG 2.1 AA is the legal requirement for accessibility. Any PDF that passes WCAG 2.1 AA is legally defensible for accessibility compliance under the ADA and accessible to most users with disabilities.
Section 508 references and incorporates WCAG. Federal agencies cannot pick and choose criteria; Section 508 mandates WCAG 2.0 AA compliance (and the GSA recommends 2.1 AA). Section 508 doesn't create new accessibility requirements—it operationalizes WCAG 2.1 AA as federal law. For organizations outside federal service, Section 508 applies indirectly through government contracts, vendor requirements, and federal funding conditions. But for anyone selling to the federal government, Section 508 is non-negotiable.
PDF/UA is the PDF implementation of WCAG and Section 508. It translates WCAG principles into PDF-specific technical requirements. A properly constructed PDF/UA-1 document will automatically satisfy WCAG 2.1 AA for PDFs and the PDF-specific portions of Section 508. Think of the relationship this way: WCAG 2.1 AA is what you must achieve; Section 508 is the federal requirement to achieve it; PDF/UA is how you achieve it in PDF files.
The hierarchy looks like this:
- Top level (legal): WCAG 2.1 AA (ADA mandate, global best practice)
- Middle level (federal law): Section 508 (federal requirement, incorporates WCAG 2.1 AA)
- Bottom level (technical implementation): PDF/UA-1 (ISO standard for achieving WCAG 2.1 AA in PDFs)
Key Technical Differences for PDFs
Text Alternatives and Semantic Context
WCAG requires alt text for images. But WCAG is silent on how that alt text is represented in the PDF structure. PDF/UA requires that alt text be properly nested in the tag tree so the relationship between the image and its description is semantically explicit. In a WCAG audit, an image with alt text might pass even if the tag tree is malformed. In a PDF/UA audit, the same image would fail if the tag tree isn't correct.
Example: A PDF has a chart with alt text "Sales by region, 2025." WCAG might accept this if the text appears in the PDF. PDF/UA requires the image to be tagged as a Figure, with the alt text embedded in the Figure tag's Alt attribute and accessible to screen readers navigating the tag tree.
Reading Order and Tag Tree Enforcement
WCAG requires meaningful sequence. This could theoretically be achieved by visual design alone. PDF/UA requires that the tagged content tree physically enforces the sequence. Visually correct order doesn't count if the tag tree is wrong. The tag tree is the source of truth.
Example: A multi-column layout with "Continue reading on page 2" might look correct visually. But if the tag tree jumps from column 1 to column 2 to column 3 instead of left-to-right, top-to-bottom, a screen reader user hears a chaotic reading order. WCAG might miss this; PDF/UA validation catches it immediately.
Form Accessibility and XDP Association
WCAG requires form fields to have labels that are programmatically associated. PDF/UA requires this at two levels: the visual tag tree and the XDP (XML form definition). A label might appear next to a field visually, but if it's not associated in the XDP, assistive technology won't connect them.
Example: A fillable PDF has a text field with "Name:" displayed next to it. WCAG might accept this if the label is visually clear. PDF/UA requires the "Name:" text to be tagged as a label and associated to the field in the XDP, so when a screen reader user tabs to the field, it announces "Name, text input."
Language Tags and Metadata Granularity
Both standards address language. But WCAG only requires document-level language declaration. PDF/UA requires granular language tagging—if a sentence switches to French, it must be marked with a language span. Additionally, PDF/UA requires XMP metadata (extensible metadata platform) documenting accessibility features, which WCAG doesn't specify.
Example: A technical manual is mostly in English but contains French terminology. WCAG might accept the document as "English language." PDF/UA requires the French phrases to be tagged with language="fr" so a French-speaking screen reader doesn't try to pronounce them with an English accent.
Color Reliance and Contrast Verification
Both standards require sufficient color contrast and prohibit color-only information conveyance. But PDF/UA is stricter about enforcing this in generated PDFs. WCAG requires "no reliance on color alone"—a status indicator could be red with an icon. PDF/UA requires explicit testing and documentation that no color-dependent features exist in the final PDF.
Comparison Table: Side-by-Side
| Aspect | WCAG 2.1 AA | Section 508 | PDF/UA-1 |
|---|---|---|---|
| Type | International guideline (W3C) | U.S. federal law | ISO technical standard |
| Scope | All digital content (web, apps, PDFs, documents) | Federal agency IT and federal contracts | PDF files only |
| Legal requirement | Yes (ADA Title II & III) | Yes (federal agencies) | No (best practice) |
| Alt text requirement | Yes (any format) | Yes (WCAG 2.1 AA adopted) | Yes (in tag tree) |
| Tag tree requirement | Implied (info & relationships) | Implied (WCAG 2.1 AA adopted) | Explicit & strict |
| Language metadata | Document level required | Document level required | Document + span level |
| XMP metadata | Not specified | Not specified | Required (accessibility info) |
| Form field tagging | Label association required | Label association required | Tag tree + XDP association |
| Artifact marking | Not specified | Not specified | Required (headers, footers, decorative elements) |
| Color contrast | 4.5:1 normal, 3:1 large | 4.5:1 normal, 3:1 large | 4.5:1 normal, 3:1 large |
| Keyboard accessibility | Required | Required (WCAG 2.1 AA adopted) | Required |
| Validation tool | Multiple (Axe, WAVE, PAC) | Trusted Tester + tools above | PAC 2024 (primary) |
Overlap, Gaps, and Misconceptions
Where They Overlap
All three standards require alt text for images, readable color contrast, keyboard accessibility, proper language declaration, and logical reading order. A document compliant with PDF/UA-1 will satisfy all three standards. A document compliant with WCAG 2.1 AA will be close but may have PDF-specific gaps. A document compliant with Section 508 will also satisfy WCAG 2.1 AA.
Gaps and Misalignment
WCAG gap for PDFs: WCAG doesn't require artifact marking (decorative elements), doesn't specify XMP metadata, and doesn't mandate tag tree structure as explicitly as PDF/UA. A WCAG-compliant PDF might still have a messy tag tree if it wasn't intentionally remediated.
Section 508 gap: Section 508 by itself doesn't add requirements beyond WCAG 2.1 AA, but it does apply stricter enforcement for federal organizations. Additionally, federal auditors often expect PDF/UA compliance as evidence of best-effort remediation, even though PDF/UA isn't legally required.
PDF/UA gap: PDF/UA is PDF-specific and doesn't address web accessibility, HTML alternative formats, or non-PDF document types. A PDF/UA-compliant document might be paired with an inaccessible HTML overlay and still fail overall accessibility.
Common Misconceptions
Misconception 1: "Our PDF is WCAG compliant if it passes an automated checker." Automated tools catch 30–40% of issues. They find missing alt text and language tags easily but miss logical flaws, incorrect heading hierarchy, contextual descriptions, and semantic errors. WCAG compliance requires human review and manual testing with assistive technology. Many PDFs pass automated WCAG checks but fail when tested with screen readers by human auditors.
Misconception 2: "Section 508 only applies to us if we're federal." True that the regulation directly applies to federal agencies. But Section 508 compliance is increasingly a procurement requirement—any vendor selling to the federal government must meet Section 508. Additionally, ADA Title II (covering state and local government entities) and Title III (covering public accommodations like universities, healthcare, and commerce) both reference WCAG 2.1 AA, which incorporates Section 508's standards. Section 508's technical standards have become the baseline for all government-related accessibility.
Misconception 3: "PDF/UA is optional; WCAG is all we need." Legally, PDF/UA isn't mandated by the ADA or Section 508. But PDF/UA is the technical standard that makes WCAG compliance possible and verifiable in PDFs. In practice, working toward PDF/UA-1 ensures compliance with both WCAG 2.1 AA and Section 508. Skipping PDF/UA means risking accessibility failures that are technically detectable by validators and auditors but might be missed by basic WCAG audits.
Misconception 4: "We just need 'accessible PDFs'—all standards say the same thing." They don't. A document can be partially WCAG-compliant but fail Section 508 if it lacks proper federal-required metadata or heading structure. It can be partially WCAG-compliant but fail PDF/UA because of tag tree issues invisible to standard WCAG testing. The standards have overlapping core requirements but diverging technical implementation details.
Misconception 5: "Meeting 508 means I'm WCAG compliant." True in the opposite direction. Section 508 incorporates WCAG 2.1 AA, so meeting Section 508 means you're meeting WCAG 2.1 AA. But WCAG 2.1 AA doesn't guarantee Section 508 compliance if you're a federal contractor—Section 508 adds enforcement and documentation expectations.
Misconception 6: "PDF/UA is too strict; we'll never achieve it." PDF/UA is stricter than WCAG, but it's achievable with proper tooling and processes. Modern PDF creation software (Adobe InDesign, Microsoft Word with PDF export, accessible form builders) can generate PDF/UA-compliant documents directly. Remediation tools can batch-convert non-compliant PDFs to PDF/UA-1. It's not harder; it just requires intentional workflow changes.
Check your PDFs for free
Upload any PDF and get a detailed accessibility report against WCAG 2.1 AA, PDF/UA, and Section 508 — in seconds.
Try free PDF audit →Validation and Compliance Testing
WCAG 2.1 AA Validation
Use a combination of automated and manual testing:
- Automated tools: Axe PDF (browser extension + API), PAC (PDF Accessibility Checker), WAVE (Web Accessibility Evaluation Tool). These catch 30–40% of issues.
- Manual testing: Open the PDF in Adobe Reader or Acrobat with screen reader support (NVDA on Windows, JAWS, VoiceOver on Mac). Navigate logically. Test forms with keyboard-only access. Verify headings make sense.
- Accessibility audit scope: Review all four POUR principles—perceivable (is content visible to screen readers?), operable (can users navigate with keyboard?), understandable (is content logically structured?), robust (does it work with assistive tech?).
- Timeline: Comprehensive WCAG 2.1 AA testing takes 20–30 hours per document for complex PDFs, 2–5 hours for simple documents.
Section 508 Validation
Section 508 validation uses WCAG 2.1 AA as the baseline but adds federal-specific checks:
- Baseline: All WCAG 2.1 AA checks apply (automated + manual).
- Federal-specific: Language specification in document properties, proper document title in metadata, XMP metadata completion (author, subject, keywords if applicable), evidence of remediation process (audit reports, before/after comparison).
- GSA Trusted Tester methodology: Federal agencies often use the Trusted Tester process—a structured checklist combining automated tools with manual testing by trained auditors.
- Documentation: Section 508 compliance requires documentation: what standards you're targeting, evidence of accessibility efforts, remediation completion reports, compliance statements.
PDF/UA-1 Validation
PDF/UA compliance can be objectively verified:
- Primary tool: PAC (PDF Accessibility Checker) 2024, freely available from the PDF Association. It validates PDF/UA-1 conformance and flags all violations with severity levels (fail, warning, info).
- Alternative tools: Adobe Acrobat's built-in Accessibility Checker (less detailed than PAC), axe PDF (browser extension), Veriff PDF Accessibility Suite (commercial).
- Validation output: PAC generates detailed reports categorizing violations by type: tag tree issues, metadata errors, contrast failures, artifact problems, etc. A "Pass" in PAC means the PDF is PDF/UA-1 compliant.
- Third-party certification: Organizations can pursue PDF/UA-1 certification through accredited auditors (Levant, Apago, Veriff). An independent auditor validates the PDF and issues a certification. This provides legal defensibility.
The Practical Recommendation
Target PDF/UA-1 as your output standard. Achieving PDF/UA-1 compliance (verified by PAC or third-party auditor) effectively satisfies all three standards for PDFs. Here's why:
- PDF/UA is stricter than WCAG on PDF-specific issues, so passing PDF/UA covers WCAG requirements automatically.
- PDF/UA compliance includes all metadata and structure Section 508 auditors expect, making federal compliance more defensible.
- A PDF/UA-1-compliant document provides legal defensibility: You have objective verification (PAC report or certification) that it meets the most stringent technical standard.
- PDF/UA compliance is verifiable across decades: Unlike WCAG audits (which are subjective and change), PDF/UA validation using PAC is objective and stable.
Implementation strategy: For new PDFs, use source prevention: create documents in tools that generate PDF/UA-compliant output natively (Adobe InDesign with PDF/UA export, Microsoft Word with accessible design principles). For existing PDFs, use batch remediation tools that output PDF/UA-1. Verify compliance with PAC. For high-risk content (legal documents, government contracts, financial disclosures), pursue formal PDF/UA-1 certification.
Real-World Implementation Scenarios
Scenario 1: A University Publishing Course Materials
A university publishes 5,000 course syllabi, reading lists, slide decks, and lecture notes in PDF format. Faculty upload them to the learning management system (Canvas, Blackboard, etc.) without thinking about accessibility. Some PDFs are decades-old scanned documents.
Under WCAG 2.1 AA alone: The university must ensure all text is readable by screen readers, images have alt text, and reading order is logical. Scanned PDFs (images of text) might pass automated WCAG checks if they've been OCR'd, but the reading order may still be wrong because OCR doesn't understand document layout.
Under Section 508 (if receiving federal research funding): The same WCAG requirements apply, plus the university must document its accessibility compliance efforts systematically. It must track which documents have been remediated, maintain audit records, and report compliance status annually.
Under PDF/UA-1: All PDFs must have proper tag trees with correct semantic hierarchy, language metadata, artifact marking for decorative elements (page numbers, watermarks), and correct reading order. Scanned PDFs would require more remediation because they lack initial semantic structure.
Best approach: Target PDF/UA-1. Implement a two-track strategy: (1) For all new materials, create with accessible Office templates and export as tagged PDF. Run each document through PAC before publication to verify PDF/UA compliance. (2) For the 5,000-document backlog, use batch remediation (RemeDocs, Alteryx, Adobe Acrobat's batch processing) with manual QA for complex documents. Budget ~$0.25 per page for automated remediation. Prioritize recent, heavily used documents first.
Scenario 2: A Healthcare Organization Publishing Patient Documents
A hospital publishes patient intake forms, consent documents, billing statements, discharge instructions, and educational materials in PDFs. Some are fillable forms. The organization serves populations with disabilities.
Under WCAG 2.1 AA: All form labels must be visible and programmatically associated. Instructions must not rely on color alone ("Read the RED section" is bad; "Read the Medications section" is good). PDFs must be fully readable by screen readers.
Under Section 504 (for organizations receiving federal healthcare funding) and ADA Title III: Accessibility is a legal requirement. The organization can face complaints to HHS Office for Civil Rights, DOJ investigations, and private litigation. Non-compliance can result in settlements of $50,000–$500,000+.
Under PDF/UA-1: Forms must have proper XDP structure where each field is tagged and labeled in the form definition. The tag tree must reflect the logical flow. Language must be declared. All text must meet contrast requirements.
Best approach: Target PDF/UA-1 with aggressive enforcement. (1) New forms must be created in accessible form software (Adobe LiveCycle, JotForm with accessibility options, accessible PDF form builders) with PDF/UA export enabled. (2) Existing forms should be prioritized for remediation—intake and consent forms first (high compliance risk and frequent use). (3) Implement a pre-publication workflow: all PDFs are automatically scanned with PAC or Acrobat Checker before posting. Non-compliant PDFs are blocked from publication. (4) Maintain compliance documentation for regulatory audits.
Scenario 3: A Government Agency Publishing Regulations and Guidance
A federal agency publishes hundreds of regulatory documents, guidance PDFs, and policy manuals annually. These documents are legally mandated for public access and must comply with Section 508.
Under WCAG 2.1 AA: All content must be perceivable, operable, understandable, and robust.
Under Section 508 (mandatory for federal agencies): The agency has legal obligation to ensure all PDFs meet WCAG 2.1 AA + federal metadata and documentation standards. The GSA Office of Governmentwide Policy and the DOJ can audit compliance. Violations are reportable to Congress.
Under PDF/UA-1: Documents should be PDF/UA-compliant as evidence of best-effort remediation. This provides stronger defense against complaints and litigation.
Best approach: (1) Establish a policy: all new guidance and regulatory documents must be created with accessible templates and exported as PDF/UA-1. (2) Implement pre-publication scanning: every PDF is validated with PAC before release. (3) For high-importance documents (regulations with legal effect, guidance used by millions), pursue third-party PDF/UA-1 certification. (4) Maintain detailed documentation: accessibility statements, audit records, remediation reports. (5) For the backlog of older documents, prioritize those with high access and legal importance. Budget ongoing remediation into the publication process.
Common Compliance Mistakes and How to Avoid Them
Mistake 1: Assuming automated accessibility checkers equal compliance. Tools like WAVE, Axe, and PAC are excellent for identifying technical violations but can't assess semantic correctness, heading hierarchy quality, contextual appropriateness of alt text, or whether complex information is presented logically. Many PDFs pass automated checks but fail human review. Always combine automated scanning with manual QA by someone with accessibility expertise.
Mistake 2: Creating a one-time accessibility program and calling it done. Accessibility degrades if not maintained. New documents are constantly created. Links break. Content structure changes. Successful organizations treat accessibility as an ongoing operational responsibility, not a one-off project. Budget for continuous remediation and compliance monitoring annually.
Mistake 3: Remediating documents without changing the creation process. You can spend $100,000 remediating a backlog, but if your creation process doesn't change, you'll rebuild the backlog within a year. Pair remediation with source prevention: update templates, train staff, implement pre-publication scanning gates, require accessible design in your publishing workflow.
Mistake 4: Choosing the wrong standard for your compliance posture. WCAG 2.1 AA is the legal minimum under the ADA. But if you're in healthcare, government, education, or regulated industries, the regulatory environment often expects higher standards. PDF/UA-1 is the credible standard in risk-sensitive industries. Document your choice and rationale in your accessibility policy.
Mistake 5: Not documenting remediation efforts. If litigation occurs, courts want to see evidence of good-faith compliance efforts. Documentation—audit reports, remediation completion reports, before-and-after validation screenshots, staff training records, accessibility policy statements—demonstrates systematic action. Strong documentation is often enough to resolve claims before trial. Weak documentation invites litigation.
Mistake 6: Mixing standards and confusing requirements. Some organizations target "WCAG," others "Section 508," others "PDF/UA" without understanding what each covers. This leads to incomplete remediation. Clarify internally: if you're federal, target Section 508 (which incorporates WCAG 2.1 AA). If you serve the public, target WCAG 2.1 AA at minimum, PDF/UA-1 preferred. If you handle sensitive documents, target PDF/UA-1 for defensibility.
Bottom Line
For ADA compliance alone, WCAG 2.1 AA is sufficient legally. But if you need to satisfy federal requirements, work with government contractors, or operate in high-litigation-risk industries, PDF/UA-1 is the safer and more comprehensive choice. A PDF/UA-1-compliant document satisfies all three standards, provides objective verification of compliance, and is defensible in litigation. It's the path to genuine accessibility.
The investment in PDF/UA-1 compliance is not wasted effort—it's legal risk reduction and the most credible accessibility posture you can take.
Ready to make your PDFs accessible?
Upload any PDF and get a fully compliant, audit-ready document back in seconds.
Try free PDF audit