WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Recommended method for identifying a line in an "Accessible PDF"

for

From: Terence de Giere
Date: Feb 25, 2003 2:32PM


Some days ago we were discussing the 'proper' way to identify a
horizontal line in an accessible PDF file, in particular a decorative
line. Presumably the goal is to get the accessibility checker in Acrobat
to sign off with no problems listed.

As with other kinds of accessibility checkers such as for HTML, a good
accessible file may nonetheless generate error messages, or list items
in a page that need to be looked at, but which in the end do not need to
be fixed. For example, the absence of the TABINDEX attribute for HTML
form elements is acceptable if the form elements are logically
sequenced, but the checker will always flag it as a 'problem'. Basically
to do this for images and lines in Acrobat PDF files one needs to add
alternate text (and one can use a blank space if no text is needed for a
decorative item). This will clear the problem with the accessibility
checker. However, Adobe does not think that it is always necessary to
get a clear passing grade with the Acrobat accessibility checker:

"Note that the Accessibility Checker might report problems with elements
in a tagged Adobe PDF file that are things you can safely ignore. For
example, it might report that there are images in the file that do not
have alternate text. However, if these images are just the decorative
borders on the page, they would be unnecessary for someone with a vision
impairment, and would not require alternate text. Similarly, the
Accessibility Checker might report that a running header is not part of
the structure tree. Again, you could leave this as is, since you don't
need this information to be vocalized by a screen reader." ---from "How
to Create Accessible PDF files", Adobe Systems Incorporated

Thus we have the option to ignore the advice of the Acrobat checker, but
normally it is more comfortable if one gets a clear pass because then
others who might analyze the file would not have to pick through the
contested items manually to pass off on the test. This also might bring
up legal issues in some contexts. If the file does not pass an
accessibility test, some slimy lawyer might want to take you to court,
and if this is a possibility, then the less ambiguity in the test
result, the better.

Terence de Giere
<EMAIL REMOVED>