350 likes | 513 Views
What in the World is Web Accessibility? & Other Important Questions. Dean Brusnighan Assistive Technology Specialist Purdue University. Have you created web pages?. Web Accessibility is. Making a web site more usable by persons with disabilities. Why is web accessibility important?.
E N D
What in the World is Web Accessibility?& Other Important Questions Dean Brusnighan Assistive Technology Specialist Purdue University
Web Accessibility is • Making a web site more usable by persons with disabilities
Agenda • Headings • Images • Color • Video captions • Attached documents
Headings and Structure • Assistive Technology uses document structure as navigation points • Analogy: print handout • Use heading tags <h1> to <h6> to create document structure
Video: No Heading Tags • No heading tags
Use Headings Correctly • Do not use text formatting to give the visual appearance of headers • Result is no headings that AT can use • Do not use header tags to give the visual appearance of text formatting • Result is confusion for AT user – text is marked as heading when it shouldn’t be
Video: Using Heading Tags • Using Heading Tags
Images and the alt Attribute • The alt attribute provides information when an image or other non-text element cannot be seen. • There are several situations where this is useful: • assistive technology (e.g. a person with a disability) • a graphical browser with images turned off (e.g. to increase loading speed) • a text-only browser • Search engines index alt text
altAttribute Example • Include the alt attribute in the <img>tag Given: <img src=“/images/purdue.jpg” /> Revised: <img src=“/images/purdue.jpg” alt=“Purdue University” />
altAttribute Details • Everyimage/non-text element needs an alt attribute • Some will need appropriate alt text • Others will require a null alt attribute • Written as alt=""
Which Alt Text is Appropriate? • Including appropriate alt text or no alt text depends on the way the image is used • 3 Ways Images Are Used • Information • Navigation • Decoration
Navigation and Decoration alt=“Track 2 Coordinators” alt=“”
Null alt Attribute • Why provide a null alt attribute? Why not leave out the alt attribute entirely? • A null alt attribute causes AT to skip over the decorative image without reading anything.
Use of Color • Users who have color deficiency, limited vision or blindness may miss information presented only with color. • Color must not be relied upon as the only means of conveying information. • Pair color with another indicator such as underlining, asterisks, or text.
Color Example London Tube Map Color-Blind Simulation
Color of laser pointers • Blah, blah, blah • Yada, yada, yada • Blah, blah, blah • Be aware that some are unable to see a low-intensity red laser pointer.
Color Resources • Web site: • www.iamcal.com/toys/colors • Blog article: • Joe Conte: Pet Peeve #4r … and I’m seeing red … or not …
Benefits of Captions • Environment • Noisy, quiet, no speakers/headphones • Language • English language learners • Some learning disabilities • Deaf or hard of hearing • Captions discoverable via web search
Accessible Online Documents • Documents viewed online must be accessible • Word, PowerPoint, PDF • Accessibility improvements in original document remain when converted to PDF • Use headings, add alt text • Use Word 2010 Accessibility Checker
Campus Resources • Questions re: accessible web design Web Accessibility Committee http://www.purdue.edu/webaccessibility Contacts page: submit questions to committee Training page: self-guided training available
Other Resources • Web Accessibility Committee Resources • www.purdue.edu/webaccessibility/Resources • WebAIM • webaim.org • Terrill Thompson • www.washington.edu/accesscomputing/tips • Thank you to WebAIM for allowing us to include information and examples from their site in our training materials.