Please note that we will be conducting scheduled maintenance on January 16th, 2025 between 8:00pm EST and 12:00am EST. During this time AMP will be temporarily unavailable.
- Media Type Adobe Acrobat PDF > Reading Order
- State Active
- Advisory No
Tagged documents provide a structure for the PDF document and ensure that it can readily be browsed and read in assistive technology. Tagged documents can be produced either directly, when the PDF is initially created, or via the "Add Tags to Document" option within Acrobat. Once the tags are added to the document, authors are responsible for ensuring the document structure is properly identified within the tag tree.
Compliant Example
A document that contains tags that were created by using the "add tags to document" accessibility option or by creating the document from a source such as Microsoft Word and instructing it to include tags. A tagged document might look something like // pseudo-code // <Document> <Sect> Page 1</Sect> <H1></H1> <P> </P> <H2></H2> <P> </P> <Sect> Page 2</Sect> <H1></H1> <P> ... </Document>
Non-Compliant Example
A document that does not contain any tags either because it was scanned, created from an application that doesn't support tagging, or because tags were removed. The tags tree states: No Tags
If the tag structure is not present, authors can either (i) regenerate the document with a tag structure or (ii) manually add the tag structure using PDF.
Generally, the best option is to utilize the structure available in the native document format to generate the initial tag structure of the document. In this approach, the native document (e.g. an MS Word document) provides styles and structure which is mapped to the tag structure of the PDF document. In the Microsoft Word example, text that is defined with the Heading1
style would be converted into the H1
tag in Acrobat. This approach tends to be the easiest to implement and maintain over multiple document production cycles.
The second "fall back" approach is to manually add tags into the PDF document using the Adobe Acrobat "Add Tags..." feature under the "Advanced - Accessibility" menu item in Acrobat. This approach requires that Acrobat review the document content and formatting and "guess" at the appropriate document tag structure. This generally results in a document with some transcription errors that must then be manually addressed within the document.
Once tags have been added authors must ensure the tag structure is appropriate and accurately reflects the document content. To ensure this authors should utilize the Accessibility "Full Check" feature in Acrobat with manual and assistive technology inspection. These tests will validate that the document contains proper accessibility information.
Note - WCAG 2.0 checkpoints 1.4.4 Resize Text and 1.4.8 Visual Presentation are mapped to this best practice because the re-flow of text can not be performed unless a document is tagged.
Organization Standards
- § 508-1194.22 Web Sites and Applications
- (a) Text equivalent of non-text items
- Section 508 and 255 (Revised 2017)
- Chapter 3: Functional Performance Criteria
- 302.2 With Limited Vision
- 302.1 Without Vision
- 302.7 With Limited Manipulation
- 302.8 With Limited Reach and Strength
- Chapter 3: Functional Performance Criteria
- WCAG 2.0 Level A
- 1.1.1 Provide text alternatives for all non-text content
- 4.1.2 Name, Role, Value
- 1.3.2 Meaningful Sequence
- WCAG 2.1 Level A
- 1.1.1 Non-text Content
- 1.3.2 Meaningful Sequence
- 4.1.2 Name, Role, Value
Other Mapped Standards
- § 508-1194.21 Software Applications and Operating Systems
- (f) Textual information shall be provided through operating system functions
- § 508-1194.22 VA Testing Checklist - Web Sites and Applications
- (a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).
- (a.3) Are text equivalents provided for background, animated and interactive content?
- (a.3.i) Are electronic files (such as .pdf, .doc, and .ppt) accessible or do they have text equivalents?
- (a.3) Are text equivalents provided for background, animated and interactive content?
- (a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).
- § 508-1194.31 VA Testing Checklist - Web Functional performance criteria
- (a) At least one mode of operation and information retrieval that does not require user vision shall be provided, or support for assistive technology used by people who are blind or visually impaired shall be provided.
- (a.1) For file types that support it (such as PDF or .doc) are tags used to structure documents, including for overall reading order, columns and form controls?
- (a) At least one mode of operation and information retrieval that does not require user vision shall be provided, or support for assistive technology used by people who are blind or visually impaired shall be provided.
- § 508-1194.31 Functional performance criteria
- (a) Ensure access for blind and visually impaired
- (b) Ensure access for low vision users
- (f) Ensure users with mobility impairments can use application
- BITV 2.0 (Priority I)
- 1.1.1 Nicht-Text-Inhalte
- 1.3.2 Aussagekräftige Reihenfolge
- 4.1.2 Name, Rolle, Wert
- EN 301 549 v3.2.1 [beta]
- Chapter 4: Functional Performance
- 4.2 Functional Performance Statements (FPS)
- 4.2.1 Usage without vision
- 4.2.2 Usage with limited vision
- 4.2 Functional Performance Statements (FPS)
- Chapter 10: Non-web Documents
- 10.1 Perceivable
- 10.1.1 Text Alternatives
- 10.1.1.1 Non-text content
- 10.1.3 Adaptable
- 10.1.3.2 Meaningful sequence
- 10.1.1 Text Alternatives
- 10.4 Robust
- 10.4.1 Compatible
- 10.4.1.2 Name, role, value
- 10.4.1 Compatible
- 10.1 Perceivable
- Chapter 4: Functional Performance
- HHS PDF 508 Checklist
- 1.0 Document Layout and Formatting Requirements
- (11) Have Acrobat Accessibility Tags been added to the document?
- 1.0 Document Layout and Formatting Requirements
- HHS PDF 508 Checklist (2014)
- 3.0 Accessibility Tagging and Reading Order
- (3.1) Have PDF tags been added to the document?
- 5.0 Lists and PDF Tables
- (5.1) Have lists been tagged completely, making use of all four of the following tags: L, LI, Lbl, and LBody tags?
- 3.0 Accessibility Tagging and Reading Order
- WCAG 1.0 Priority 1
- 01.1 Lack of textual equivalents for non-text elements.
- WCAG 2.0 Level AAA
- 1.4.8 Visual Presentation
- WCAG 2.1 Level AAA
- 1.4.8 Visual Presentation
- WCAG 2.2 Level A
- 1.1.1 Non-text content
- 1.3.2 Meaningful Sequence
- 4.1.2 Name, Role, Value
- WCAG 2.2 Level AAA
- 1.4.8 Visual Presentation
Severity
10 (red)in range of 1 to 10Noticeability
7 ()in range of 1 to 10Tractability
9 ()in range of 1 to 10