Section 508 compliance for documents means building federal electronic files — PDFs, Word documents, spreadsheets, and presentations — so that people using screen readers, braille displays, and other assistive technology can get the same information everyone else does. The technical benchmark is WCAG 2.0 Level A and Level AA, incorporated into the revised Section 508 standards at 36 CFR Part 1194.1Section508.gov. Applicability and Conformance Requirements In practice that translates to a short list of concrete requirements: tagged structure, alternative text, properly marked tables and form fields, adequate color contrast, and a declared document language. Get any of them wrong and the document can trigger an administrative complaint or, since Orozco v. Garland, a federal lawsuit.
Which Documents Actually Have to Comply
Anything an agency publishes to the public falls under the standards: reports, forms, fact sheets, press releases, and downloadable files on agency websites all have to meet WCAG 2.0 Level A and AA.2eCFR. 36 CFR Part 1194 – Information and Communication Technology
Internal documents are covered too when they qualify as official agency business. The standards list nine categories:
- Emergency notifications
- Decisions on administrative claims or proceedings
- Program or policy announcements, internal or external
- Notices about benefits, program eligibility, employment opportunities, or personnel actions
- Formal acknowledgements of receipt
- Survey questionnaires
- Templates and forms
- Training materials
- Intranet content designed as a web page
A one-off email between two coworkers stays outside the list. A policy memo sent to all staff, a benefits form, or a training deck does not.2eCFR. 36 CFR Part 1194 – Information and Communication Technology
One boundary worth flagging: Section 508 itself does not apply to state and local governments. A separate 2024 ADA Title II rule requires their web content and mobile apps to meet WCAG 2.1 Level AA, with the first compliance deadline on April 24, 2026.3ADA.gov. Fact Sheet – New Rule on the Accessibility of Web Content and Mobile Apps Provided by State and Local Governments The technical work overlaps heavily, but the legal citation is different.
The Technical Requirements in Plain Terms
Structure and Reading Order
Every document needs a logical reading order assistive technology can follow. That means using the built-in heading styles in your authoring software rather than just enlarging or bolding text. A screen reader uses heading tags to jump between sections and convey hierarchy. Faked headings produce a flat wall of undifferentiated text.
Alternative Text for Images
Photos, charts, and diagrams need alt text that conveys the same information as the visual. A pie chart showing budget allocations needs alt text with the actual percentages, not the words “pie chart.” Purely decorative images should be marked as artifacts so screen readers skip them rather than announcing “image” with nothing to say about it.
Data Tables
Tables need tagged header cells with defined relationships to their data cells. Properly tagged, a screen reader announces the column and row headers for each cell, so a user always knows what a number refers to. Untagged, the table becomes a stream of disconnected values. Don’t use tables for layout; reserve them for actual tabular data.
Form Fields
Fillable forms are where accessibility most often falls apart. Every field needs a tooltip that tells the screen reader what the field is for.4Adobe Help Center. Create and Verify PDF Accessibility (Acrobat Pro) Tab order has to follow the document’s logical structure so keyboard-only users don’t jump randomly across the page. In Acrobat, set tab order through the Page Thumbnails panel by selecting “Use Document Structure” in each page’s properties.
Color Contrast
WCAG 2.0 Level AA requires a minimum contrast ratio of 4.5:1 for normal text and 3:1 for large text, defined as 18 point or 14 point bold.5W3C. Web Content Accessibility Guidelines (WCAG) 2.1 Color alone can’t carry meaning either. A chart that distinguishes categories only by red and green needs patterns, labels, or another differentiator.
Document Language
The file’s properties must declare a primary language so screen readers apply the correct pronunciation and character set. A passage in a second language should carry its own language tag so the screen reader switches voices at the right spot.
Building It In From the Start
Retrofitting accessibility into a finished document is slow and error-prone. Building it in from the start takes a fraction of the effort.
In Microsoft Word, use the built-in heading styles rather than manually formatting text. Right-click any image to add alt text. Set the document language in the Review tab. Fill in the document properties — title, author, subject — under File > Info, because these metadata fields help assistive tools categorize the file.
When exporting to PDF, use Save As or Export with the “Best for electronic distribution and accessibility” option (or its equivalent) checked. That preserves the tag structure you built in Word. Copying text into an untagged PDF template destroys all of that work.
In Adobe Acrobat Pro, you can add or repair tags after the fact through the Accessibility tools. The Autotag Document feature gives you a starting point but rarely gets everything right. Plan to walk the tag tree manually, fix reading order, and add alt text the autotagger missed or got wrong. For forms, right-click each field, open Properties, and enter a descriptive tooltip on the General tab.4Adobe Help Center. Create and Verify PDF Accessibility (Acrobat Pro)
Testing Before You Publish
No document should go out without at least one automated accessibility check. These tools catch structural errors that sighted reviewers miss.
The Microsoft Office Accessibility Checker runs inside Word, Excel, and PowerPoint. It flags missing alt text, empty headings, and reading-order problems, and it can update continuously as you work.6Microsoft Support. Improve Accessibility with the Accessibility Checker Its results panel groups issues as errors, warnings, and tips, with a fix suggested for each.7Microsoft. Check Accessibility While You Work in Office Apps
Adobe Acrobat Pro’s Full Check analyzes the internal tag structure of a PDF and reports failures like missing tags, incorrect reading order, and form fields without descriptions.8Section 508. Module 2 – Testing a PDF for Accessibility Click a failure and it jumps you to the problem element.
PAC 2024 (PDF Accessibility Checker) is a free tool that tests PDFs against both the PDF/UA standard (ISO 14289) and WCAG. It includes a screen reader preview and a structure view showing how assistive technology will read the document. For anyone without an Acrobat Pro license, it’s the best free option.
Automated tools catch roughly 30 to 40 percent of accessibility issues. They find missing tags and structural errors well but cannot judge whether alt text actually describes the image or whether a reading order makes sense in context. Manual review by someone who knows the content is essential. The DHS Trusted Tester Process provides a standardized manual methodology and a formal certification, and some agencies only accept results from certified Trusted Testers.9Section508.gov. DHS Trusted Tester Process and Certification Program
Legacy Documents and the Safe Harbor
The 2017 standards revision did not require agencies to go back and remediate every existing document. A safe harbor covers ICT — documents included — that was procured or in use on or before January 18, 2018, provided the document complied with the original 2001 Section 508 standards and has not been altered since.10Acquisition.gov. Subpart 39.2 – Information and Communication Technology An alteration is a change that affects the user interface, interoperability, or access to content. A typo fix probably doesn’t qualify. Updating data in a table or redesigning the layout does.
Once a legacy document is altered, the changed portions must conform to the current revised standards.11Access-Board.gov. Revised 508 Standards and 255 Guidelines The safe harbor applies element by element, so touching one section doesn’t automatically pull the whole file into scope. That said, most agencies use a substantial update as the moment to bring the full document current rather than run a patchwork of old and new standards inside one file.
When You Can Claim Undue Burden
Section 508 has an exception when full compliance would impose an undue burden on the agency. It’s not a casual opt-out. The agency must document in writing why conformance would create significant difficulty or expense relative to available resources, address whether the exception covers the whole product or specific features, and have a responsible official quantify the resources available to the program.12Section508.gov. Step 2 – Determine ICT Exceptions
Even an approved undue burden claim doesn’t end the obligation. The agency still has to provide an alternative means of access — perhaps a phone line where staff read the information aloud, or an accessible HTML version standing in for a PDF that can’t feasibly be tagged. The exception reduces the technical duty; it doesn’t erase the duty to deliver the information.
What Happens If a Document Fails
Any individual with a disability can file a complaint alleging that a federal agency’s documents fall short of Section 508. Complaints go to the agency itself, which handles them under the same procedures it uses for other Rehabilitation Act discrimination claims.13Office of the Law Revision Counsel. 29 USC 794d – Electronic and Information Technology Complaints generally have to be filed in writing within 180 days of the incident.
If administrative resolution fails, the statute opens the courthouse door. Under 29 U.S.C. § 794d(f)(3), individuals can sue using the same remedies available under Section 504 of the Rehabilitation Act. In 2023, the D.C. Circuit confirmed in Orozco v. Garland that both federal employees and members of the public have a private right of action for Section 508 violations, though relief is generally limited to injunctive and declaratory remedies rather than monetary damages.14Congress.gov. A Brief Overview of Section 508 of the Rehabilitation Act
Federal employees whose work is affected by inaccessible documents can also pursue remedies through the EEO complaint process, a collective bargaining grievance, or an appeal to the Merit Systems Protection Board. Choosing more than one forum for the same issue triggers election-of-remedies rules that close some of those paths.
Conforming Alternate Versions
When making the original file fully accessible is impractical, WCAG allows a conforming alternate version: a separate accessible version that provides the same information and functionality in the same language. It has to be kept in sync with the original, and users must be able to reach it through an accessible mechanism, such as a clearly labeled link on the page hosting the original.15Access-Board.gov. 20. Conforming Alternate Version (Web)
Agencies sometimes use this for complex legacy documents that would need heavy remediation, posting both a visual PDF and an accessible HTML version with a note pointing to the HTML as the accessible alternative. It’s a valid strategy, but maintaining parallel versions of every document is its own long-term burden. For anything new, building accessibility into the source almost always costs less than keeping two files in sync forever.