WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: PDFs: Logical Reading Order and Tags

for

From: Jonathan Avila
Date: Jun 1, 2016 7:12AM


> When we get a PDF generated out of InDesign the tags are usually non-HTML5-standard tags in a jumbled order.

You should look at the Role Mappings in the tags pane of Adobe Acrobat. The tag names may be non-standard but they may map to standard tag names. Use of standard tag names or names that map back to standard tag names via the role mapping would generally be required for the relevant accessibility standards for anything other than just text.

> Yet often the logical reading order is fine, or can easily be fixed using the Acrobat tool for doing so. Testing in a screen reader like JAWS or NVDA seems to yield a pass as well- the content is read in the correct order.

In Acrobat there are two ways that content can be ordered -- the logical structure tree with tags and the content panel which shows the order the content is written in the document. Generally the accessibility tools should match these two orders but there are times when they can become different. Generally most assistive technology will use the logical tag order -- but in some rare cases the content order may be used by assistive technology. It is most important that the tags panels order be correct -- but it is also important to make sure the content panel matches (except when doing so might affect the visual content). The content panel's order could possibly affect other accessibility tools such as the reflow option. It's been a while since I separated out the order between the two and tested the different issues that come up.

Jonathan

Jonathan Avila
Chief Accessibility Officer
SSB BART Group
<EMAIL REMOVED>
703.637.8957 (Office)
Visit us online: Website | Twitter | Facebook | Linkedin | Blog
Check out our Digital Accessibility Webinars!


-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Alan Zaitchik
Sent: Wednesday, June 01, 2016 8:38 AM
To: <EMAIL REMOVED>
Subject: [WebAIM] PDFs: Logical Reading Order and Tags

When we get a PDF generated out of InDesign the tags are usually non-HTML5-standard tags in a jumbled order. Yet often the logical reading order is fine, or can easily be fixed using the Acrobat tool for doing so. Testing in a screen reader like JAWS or NVDA seems to yield a pass as well- the content is read in the correct order.
How important is it that the tags themselves be (1) rearranged to match the logical reading order, and (2) thoroughly reworked to use only HTML5 standard tags?
I imagine this turns on the question whether there are AT tools other than JAWS and NVDA that depend on these tags being standard and reordered.
Thanks,
A