Accessibility Heuristics
Jens O. Meiert, October 7, 2008.
This entry is filed under Accessibility.
Just having updated my German article on accessibility heuristics it looks reasonable to share available though “rough” guidelines here as well, albeit in a short form that basically just grabs and cites respective documentation by W3C and IBM. They come without comments, however, W3C guidelines are sometimes not as precise as they should or, say, could be.
W3C
WCAG 1.0 Quick Tips
The classic “quick tips” derived from the Web Content Accessibility Guidelines 1.0:
- Images and animations: Use the
altattribute to describe the function of each visual. - Image maps: Use the client-side
map[element] and text for hotspots. - Multimedia: Provide captioning and transcripts of audio, and descriptions of video.
- Hypertext links: Use text that makes sense when read out of context. For example, avoid “click here.”
- Page organization: Use headings, lists, and consistent structure. Use CSS for layout and style where possible.
- Graphs and charts: Summarize or use the
longdescattribute. - Scripts, applets, and plug-ins: Provide alternative content in case active features are inaccessible or unsupported.
- Frames: Use the
noframeselement and meaningful titles. - Tables: Make line-by-line reading sensible. Summarize.
- Check your work: Validate. Use tools, checklist, and guidelines at www.w3.org/TR/WCAG.
(… and we certainly appreciate mentioning of QA.)
WCAG 2.0 Quick Tips
With WCAG 2.0 there go new and indeed improved tips:
-
Perceivable:
- Provide text alternatives for non-text content.
- Provide captions and alternatives for audio and video content.
- Make content adaptable, and make it available to assistive technologies.
- Use sufficient contrast to make things easy to see and hear.
-
Operable:
- Make all functionality keyboard accessible.
- Give users enough time to read and use content.
- Do not use content that causes seizures.
- Help users navigate and find content.
-
Understandable:
- Make text readable and understandable.
- Make content appear and operate in predictable ways.
- Help users avoid and correct mistakes.
-
Robust:
- Maximize compatibility with current and future technologies.
IBM
IBM once shared an own set of accessibility recommendations and heuristics that is now, along with more detailed information, offered by the ACM:
- Provide meaningful and relevant alternatives to non-text elements.
- Support consistent and correctly tagged navigation.
- Allow complete and efficient keyboard usage.
- Respect users’ browser settings.
- Ensure appropriate use of standard and proprietary controls.
- Do not rely on color alone to code and distinguish.
- Allow users control of potential distractions.
- Allow users to understand and control time restraints.
- Make certain the website is content compatible with assistive technologies.
Read More
Enjoy the most popular posts, possibly including:
Comments
-
On October 8, 2008, 6:27 CEST, Joe Clark said:
Use links that make sense in their context, not out of context.
-
On October 8, 2008, 8:55 CEST, Jens Meiert said:
Valid distinction, yes. I went for citing the guidelines though, otherwise I guess these rules would look a little bit different anyway (especially referring to the W3C tips).
-
On October 22, 2008, 11:24 CEST, Richard Morton said:
As WCAG 2.0 is still at the candidate recommendation stage, I must admit that my knowledge of it is lacking so it is definitely useful to see it summarised here. One thing I have found useful to help me remember the overall concept is POUR (Perceivable, Operable, Understandable, Robust), which I think is a really good way of explaining accessibility in a non-technical way.