Web and Application Accessibility
Contents
Validators/Testing
References
Accessibility Sites/Forums
Accessibility Tips
ValidatorsTesting
References
The W3C's Web Content Accessibility Guidelines (WCAG),
from which the 508 checkpoints come, do encourage the use of CSS style
sheets. The idea they're promoting is to completely separate structure from
presentation.
Accessibility Sites/Forums
Top
Tips
- There are 65 checkpoints
under the W3C's Web Content Accessibility Guidelines, but only 5 can be
accurately checked with an automated tool. All the rest require manual input
of some kind. When to use automated tools article
- Where there are items to fill out, and they say "the items in
red are required fields" that's a non accessibility statement, where if it
says "the items marked with a star are required fields" and the stars do
indeed show up on the correct items to be filled out, that's accessible,
- sites with graphical links that read like this "link graphic 21279-1.jpg,
link graphic 21279-2.jpg" and the like qualify as non accessible while "link
graphic21232home.jpg and link graphic21232cont.jpg" can be considered
accessible since they contain a clue, or at least a partial clue as to what
they are in the graphic name.
- Some websites use an "Orientation Guide" to describe format, ket strokes and navigation help.
- Windows Eyes is available as a free
30-minutes-per- every-Windows- session demo to developers.
Top