This checklist provides guidelines for creating digital materials such as ILL scans, controlled digital lending, and theses. The levels (bronze, silver, and gold) are not meant to indicate importance, but amount of labor and resources required. Silver and above items are still necessary to ensure accessibility of your document. This checklist is meant to help train and educate workers on tools that can help make a document accessible and issues to look for when reviewing a document. It is intended to be adaptable, so depending on different situations (i.e., there are never images in what you are creating), items can be removed or added. Achieving bronze is a good place to start, and should allow you to begin assessing the resources (time, labor, technology), needed so that you can work to achieve silver and then gold.
We have divided each section into the main aspects of every document, their properties, images, headings, and links. In the Bronze section, there are links to guidance for each aspect, explaining key issues and how to fix them. For each bullet point we have linked the Web Content Accessibility Guidelines criterion associated with it and any additional support to help with training. It may be helpful to become familiar with WCAG’s Accessibility Principles to understand the overall aim of the individual checklist items, and with JAWS to see how tagging is read by screen readers. There are JAWS demos for Properly tagged with links PDFs and tagged but with no links PDFs. This document is largely agnostic but it is difficult to create documentation without references to Adobe, JAWS, and other products. The work on this checklist also relied heavily on remediation documentation from the University of Washington Library.
The full checklist with links and descriptions is below. A simplified, printable version is available here.
Bronze
Document Properties
- Is the document title filled out in the document properties?
- Add document properties and interactive features to the PDF such as links and bookmarks and set the document open settings and security so that it does not interfere with assistive technology.
- Is the correct language of the document set?
- Is the PDF tagged?
- WCAG criterion 1.3.1
- Add tags to the PDF file if it has not been tagged. Tagging should be performed at this step in the workflow to ensure that any elements that were added during steps 1 through 4 (in linked Adobe instructions) are included in the document’s structure.
- Is the document free from review-related content carried over from Office or other editing tools such as comments, change-tracking, embedded speaker notes?
- Can text be resized for improved readability when magnified to 200%?
- Did you run the Office (document) and/or Adobe (pdf) Accessibility Checker to produce a list to act on?
Images
Skip this section if the document is free from images.
- Do all images conveying information have alt text that provides the same level of understanding a visual user would gain?
- Are all images conveying information (non-decorative) tagged as figures and included in the tag structure?
- Are all decorative images tagged as artifacts/backgrounds?
- Is the document free from content that flashes more than 3 times per second?
Headings
- Is text intended to act as a visual heading tagged with the heading tags (H1 through H6)?
- WCAG 2.0 criterion 1.3.1
- Use styles to add accessible formatting to titles and section headings.
- Do heading tags follow a logical hierarchical progression? (Do not skip heading levels)
- Are heading tags used only on text that defines a section of content?
- WCAG 2.0 criterion 1.3.1
- Reserve use of style headings to organize content into an outline.
- Does the heading text accurately describe the sectional content?
- WCAG 2.0 criterion 2.4.6
- Each section heading contributes to a comprehensive outline of all content being presented.
Links
- Are links distinguished by a method other than color?
- WCAG 2.0 criterion 1.4.1
- Cascading style sheets (CSS) or Properties hyperlink code applies additional methods such as underlining or bold style to the link text.
- Can all link text be understood out of context? If not, does generic link have sufficient context?
- WCAG 2.0 criterion 2.4.4
- The link text should give adequate information that enables the user to assess whether the link resource should be used immediately or can be found easily at a later time.
- Are links tagged correctly in the tag structure? (Contain visual link text and link OBJR within the Link tag)
- Search for unmarked links and apply the OBJR tag (e.g., <Link OBJR />).
- WCAG. 2.0 PDF Techniques, PDF11: Providing links and link text using the Link annotation and the /Link structure element in PDF documents, Example 4: Marking up link text using a /Link structure element
Silver
Document Properties
- Determine if the PDF file has been properly tagged.
- Is the order in the tag structure accurate and logical? Do the tags match the order they should be read in?
- WCAG 2.0 criterion 1.3.2
- Is all informational content contained in the tag structure?
- Is all the text within the tags correctly formatted? (Free from line breaks and split words)
- Do paragraph tags accurately represent visual paragraphs?
- Did it fully pass the Office and/or Adobe accessibility checker?
- Run Office (document) and/or Adobe (pdf) Accessibility Checker a second time.
Images
- Do complex images have an alternate accessible means of understanding? (Example: picture of an informational table, screenshot of text from another source, etc.)
Gold
Document Properties
- Are all non-standard tags appropriately mapped to standard Adobe tags?
- Are tables of text presented in a way that can be read by assistive technology?
- Did it fully pass the Office and/or Adobe accessibility checker?
Images
- Are groups of related images tagged in a way that assistive technology users would understand?
- For images with detailed or advanced content, consider seeking out a subject expert who can help provide meaningful alt-text.
Other Issues
Forms
- Are all form fields correctly tagged?
- Do all form fields contain understandable labels and tool-tips?
- Do the tool-tips contain all formatting requirements that will be automatically flagged as an error?
- Are required fields programmatically set?
- Is the tab order of the form fields logical?