AccessibleWeb@u Meeting - April 28, 2005
-
PDF files
-
UW Accessible PDF How-to
http://staff.washington.edu/tft/pdf.html
-
Summarizes the new Adobe document about Version 7 PDF
-
As of Acrobat version 5, came out with a new PDF format
-
Not possible to structure PDF before
-
Makes possible Tagged Structure
-
For PDF to be accessible
-
Adobe must do its thing
-
Accessibility software has to be able to read it
-
Publishing software has to support it
-
Office products support it
-
Adobe products
-
HTML - what makes it accessible
-
W3C has 65 checkpoints
-
Alternative text for graphic
-
Use logical headings, which screenreader can use to navigate
-
Hitting h key for Jaws goes from header to header
-
Structure of tables useful
-
Headers in table and relationship to cells - reads header then reads the cell
-
More complex tables - Jaws will read each level of header above cell - understands colspans and rowspans
-
Use" th" to identify table headers
-
Every header has to have an id. Example: <th id="costs">Costs</th>
-
In cells, use "headers" attribute to list ids of all headers referring to the cell:
Example: <td headers="costs">$300</td>
-
A table wizard plug-in is now available for DreamWeaver
-
HTML is designed to be accessible if you do it right
-
Can you make PDF accessible?
-
Can go directly from well-structured HTML to PDF
-
Creates a tagged PDF
-
Can use Word to create PDFs
-
Does not create table structure
-
JAWS does not pick up on tables
-
Does create headers, but JAWS does not currently access headers within PDFs created from Word documents
-
Can add alternate text
-
Use Format Picture, go to Web tab
-
Only useful when creating HTML from the Word document
-
Can add structure by using styles
-
Use Adobe Acrobat PDF Conversion settings, available in the "Adobe PDF" pulldown menu in Office applications when you have Adobe Acrobat installed.
-
On Settings tab: check Enable accessibility and reflow with Tagged PDF
-
On Security tab: If you set a password, check Enable text access for screen reader devices for the visually impaired
-
On Bookmarks tab: check with Word styles to use in generated a nested Table of Contents
-
Use Adobe PDF->Convert to Adobe PDF to create PDF file
-
For it to work right, need to install Office, then install Adobe Acrobat.
-
If you do a major update of Office, you may need to reinstall Acrobat
-
Word users should use styles
-
Types of PDF
-
Unstructured - Image file - just a bitmap image
-
Reader can scan image and try to extract text with OCR
-
Can "find all OCR suspects" - can walk through document correcting text it can't interpret.
-
Resulting document is not optimized for accessibility. Can check properties to see if it has Tagged PDF.
-
Often gets the read order wrong with complex objects.
-
In Acrobat, can evaluate your document for accessibility
-
Gives you a detailed report on what needs to be corrected to make document accessibility
-
Can add tags
-
Can add alt text for figures
-
Use Touch-up Object tool
-
Can manipulate the reading order
-
Text, but not tagged
-
Tagged PDF
-
Still may need to add alternate text, manipulate sequence, check structure
-
Creating PDF from a Word document created using styles and saved as a PDF from the Adobe PDF menu works reasonably well
-
Tables do not have ids or headers attributes.
-
Can go to each table cell and add alternate text
-
Should check order
-
Discussion
-
Is there any talk of in-house people making accessible PDF forms?
-
To make a PDF form accessible
-
The tab order should be logical
-
Forms designed to be navigated by tabbing
-
Should identify what field you are in
-
IRS 1040 form is accessible tagged PDF
-
http://www.irs.gov/app/scripts/retriever.jsp
-
Someone actually put in a tooltip for each field in the form
-
City of Auburn employment application
-
http://resources.ci.auburn.wa.us/WEB/JobPostings/InteractiveEmploymentApp.pdf
-
Uses a font that is non-standard - font not Unicode supported. The application cannot be interpreted by adaptive technologies. Document was created with PageMaker 7.
Back to Top