|
Web Accessibility for Community Colleges ---Support Materials
I. Accessibility Basics
A. The Principles of Accessibility
- Perceivable
- Operable
- Understandable
- Robust
See the forthcoming Web Content Accessibility Guidelines 2.0 (working draft)
II. Planning, Evaluation, and Retrofitting
- Evaluate current site
- Fix easy issues on the home page
- Fix your templates
- Fix HTML errors
- Fix non-HTML errors
Evaluation tools
III. Techniques
A. Images
- Use graphics to enhance comprehension.
- Ensure sufficient contrast
- Limit or avoid text within graphics
- Avoid strobing effects
- Add accurate, concise alt text
- Add longer descriptions if necessary
WebAIM tutorial: Accessible Images
B. Tables
- Use CSS instead of tables for layout
- For data tables:
- Designate header rows and/or columns
- Link the data cells to the proper header cells
- Create captions for tables
WebAIM tutorial: Accessible Tables
C. Forms
- Make sure form reading order is logical
- Make sure forms are keyboard-accessible
- Provide labels for form elements
WebAIM tutorial: Accessible Forms
D. Cascading Style Sheets (CSS)
- Ensure the reading and tab orders are logical
- Use relative sizing where possible
- Ensure that the styles "degrade gracefully" in older browsers
WebAIM tutorial: Accessible CSS
E. Flash
F. Captioning Web Multimedia
IV. Products and Services
WebAIM products and services:
|