Web Content Accessibility Guidelines
Checklist for Priority One
[Original draft page]

Note: This is a draft of the final pages. For reference only.

To check for updates to the list below, go to the W3C Checklist page.


A list version of the checkpoints is also available.

References

How People with Disabilities Use the Web. Describes the various disabilities and ways that persons with disabilities manage to use pages.

Curriculum for Web Content Accessibility Guidelines 1.0: Course Outline. A slide-show type presentation that provides interpretations and good examples of how to correct coding to be compliant.

"Techniques for UAAG 1.0" presents ideas for satisfying the requirements of UAAG 1.0. Techniques for UAAG 1.0 is an implementor's companion to UAAG 1.0; the techniques included are informative, not normative, and there is no conformance to the Techniques Document.


Priorities

Each checkpoint has a priority level assigned by the Working Group based on the checkpoint's impact on accessibility. UB pages must satisfy all Priority 1 items. At present, Priorities 2 and 3 are optional (and are noted below for reference).

Priority 1
A Web content developer must satisfy this checkpoint. Otherwise, one or more groups will find it impossible to access information in the document. Satisfying this checkpoint is a basic requirement for some groups to be able to use Web documents.
Priority 2
A Web content developer should satisfy this checkpoint. Otherwise, one or more groups will find it difficult to access information in the document. Satisfying this checkpoint will remove significant barriers to accessing Web documents.
Priority 3
A Web content developer may address this checkpoint. Otherwise, one or more groups will find it somewhat difficult to access information in the document. Satisfying this checkpoint will improve access to Web documents.

Some checkpoints specify a priority level that may change under certain (indicated) conditions.

Priority 1 checklist
(numbered links clarify each step)

In General (Priority 1)
1.1 Provide a text equivalent for every non-text element (e.g., via "alt", "longdesc", or in element content). This includes: images, graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, ascii art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video.
2.1 Ensure that all information conveyed with color is also available without color, for example from context or markup.

The first example uses color to highlight the preferred choice for those who can perceive it, and an ordered list to identify the preferred choice for people who cannot see colors.

Don't use color to convey information unless the information is also clear from the markup and/or text. Without color, the following example is meaningless. (This example is intentionally colorless to show the author that if the person visiting their page cannot see color, they will miss the point the author is trying to make.)

Example: Do not use method a. (lacks text for colors):

There are two ways to get things done around here.

1.Your way.
2.My way.

There are two ways to get things done around here. The second method, also shown in red, is preferred.

1.Your way.
2.My way.

The figure below shows how this same text might appear to someone who cannot distinguish color differences.

There are two ways to get things done around here.
The preferred method is shown in red:

Your way.
My way.


4.1 Clearly identify changes in the natural language of a document's text and any text equivalents (e.g., captions). The code might appear as:

<img src="mountlemmon.jpg" alt="Smoke billows from the top of Mount Lemmon near Tucson, Arizona, as a wildfire rages Sunday." width="220" height="324">
<!--===========/IMAGE===========-->
<div align="left" class="StoryCaption">
<!--===========CAPTION==========-->
Smoke billows from the top of Mount Lemmon near Tucson, Arizona, as a wildfire rages Sunday.

Smoke billows from the top of Mount Lemmon near Tucson, Arizona, as a wildfire rages Sunday.
6.1 Organize documents so they may be read without style sheets. For example, when an HTML document is rendered without associated style sheets, it must still be possible to read the document. (Example)
6.2 Ensure that equivalents for dynamic content are updated when the dynamic content changes. (Example)
7.1 Until user agents allow users to control flickering, avoid causing the screen to flicker. (Example)
14.1 Use the clearest and simplest language appropriate for a site's content. (Example)
And if you use images and image maps (Priority 1)
1.2 Provide redundant text links for each active region of a server-side image map. (Example)
9.1 Provide client-side image maps instead of server-side image maps except where the regions cannot be defined with an available geometric shape. (Example)
And if you use tables (Priority 1)
5.1 For data tables, identify row and column headers. (Example)
5.2 For data tables that have two or more logical levels of row or column headers, use markup to associate data cells and header cells. (Example)
And if you use frames (Priority 1)
12.1 Title each frame to facilitate frame identification and navigation. (Example)
And if you use applets and scripts (Priority 1)
6.3 Ensure that pages are usable when scripts, applets, or other programmatic objects are turned off or not supported. If this is not possible, provide equivalent information on an alternative accessible page. (Example)
And if you use multimedia (Priority 1)
1.3 Until user agents can automatically read aloud the text equivalent of a visual track, provide an auditory description of the important information of the visual track of a multimedia presentation. (Example)
1.4 For any time-based multimedia presentation (e.g., a movie or animation), synchronize equivalent alternatives (e.g., captions or auditory descriptions of the visual track) with the presentation. (Example)
And if all else fails (Priority 1)
11.4 If, after best efforts, you cannot create an accessible page, provide a link to an alternative page that uses W3C technologies, is accessible, has equivalent information (or functionality), and is updated as often as the inaccessible (original) page. (Example)
If the html document fulfills the above requirements the page may show the W3C logo for
<a href="http://www.w3.org/WAI/WCAG1A-Conformance"
title="Explanation of Level A Conformance">
<img height="32" width="88"
src="http://www.w3.org/WAI/wcag1A"
alt="Level A conformance icon,
W3C-WAI Web Content Accessibility Guidelines 1.0"></a>

Level A conformance icon, 

          W3C-WAI Web Content Accessibility Guidelines 1.0

W3C

Last modified: 26 April 2013 (this page is for reference only. It is no longer being updated.
URL: http://www.buffalo.edu/~dbertuca/ada/ada_checklist.html

Welcome to UB! Click here for Main UB Page