Slide 7
Slide 7 text
The Four Principles of Accessibility
Perceivable – Make web content available for the senses: sight, sound, or touch.
The most practical way to achieve this is to provide text alternatives for any non-text content.
Operable – Make interface elements operable (forms, control, navigation). The
biggies here are making keyboard navigation available and giving users time to read or click
through content (i.e. imagine a slider that rotates images faster than a user can process
or click).
Understandable – Make sure content and user interface are understandable.
Now this is User Interface 101, accessibility or not. If somebody’s having to guess
about where to click, then the design is a failure. Stick to layouts and interfaces that are
predictable – if you get too clever with a design, people won’t intuitively know how to use it.
Designers, don’t hate on this one. Accessible does not have to equal boring or ugly.
Robust – Content can be used reliably by a variety of user agents, including
assistive technologies. The bottom line here? Always strive to conform with current web
coding standards.
See: http://www.carriedils.com/how-to-check-website-accessibility/