Previous | Back to First Page
Achieve Accessibility with Dreamweaver
By Virginia DeBolt
Summary of Key Concepts for Accessibility
Knowbility, Inc offers this check list of key features to include in an accessible website. Some are not part of the work you do in Dreamweaver (captioning, for example), but most are part of the Dreamweaver work flow.
Images, Color, and Animation
- Use the ALT attribute to describe the function of all visual images.
- If image maps are present, use client-side MAP and text for hotspots.
- Provide captioning and transcripts of multimedia elements including audio, descriptions of video, and/or alternate versions.
- Use text, image, and background colors that contrast well. Don't use color as the sole means of conveying important information.
- Avoid ASCII art. Replace it with an image and alternative text.
Structure and Navigation
- Design so that information and structure are separate from presentation. Strive for universal design that transforms gracefully when used by a variety of browsing tools.
- Design for ease of navigation. Be consistent and consider adding keyboard shortcuts to important links.
- Provide a means to skip advertising or navigation bars and go directly to main page content.
- Use headings, lists, and consistent structure. Encode list structures and use structural elements properly.
- Use cascading style sheets for layout and style whenever possible and ensure that the page transforms gracefully if style sheets are not supported.
- Avoid using "Link" or "Click here" to denote a link to new information. Instead, create text that makes sense when read out of context.
Advanced Design Elements
- Summarize graphs and charts or use the
longdesc attribute.
- Provide alternatives for scripts, applets, & plug-ins in case active features are inaccessible or unsupported.
- Label frames with the
title or name attribute.
- Use the
header attribute when presenting tabular data. Summarize table content.
And finally, check your work. Validate the HTML. Use evaluation tools and text-only browsers to verify accessibility.
For complete details, see the W3C's Web Accessibility Initiative (WAI).
Also valuable is the W3C's article How People with Disabilities Use the Web.
Copyright 2005, Virginia DeBolt, All Rights Reserved
Previous | Back to First Page
Virginia DeBolt is owner of the Web Teacher blog and author of the book Integrated HTML and CSS: A Smarter, Faster Way to Learn.
|