2) published by the Web Accessibility Initiative of the World Wide Web Consortium http://www.w3.org/TR/WCAG20/ A.K.A. WCAG2.0 • Good resource for accessibility • Can be hard to interpret
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/