Checkpoint 1.1 For the following items, provide a text description using the alt="" attribute:
In Dreamweaver use the Alt box in the Properties Panel for the picture.
Checkpoint 2.1 When you use color to indicate things such as headings, use the correct HTML element to indicate a heading.
Checkpoint 4.1 If you change the language of a page use
lang="" attribute for the element. It is best not to change the language
in a page but if it is necessary, make the change understood by telling
the user of the change. For example if the language of a page changes
from English to French for a paragraph, use the lang="fr" attribute in the
paragraph element.
Example: <p lang = "fr"> The French text.</p>
Checkpoint 6.1 Layout your document so that if the style sheet is turned off the page is still readable.
Checkpoint 6.2 If your document uses scripting or Java objects, make sure you provide the results in a way that can be accessed by a screen reader, usually a text format. If you provide the alternative result, make sure you update the alternative page when you change the script so the results are valid.
Checkpoint 7.1 Do not use then BLINK element. People with photosensitive epilepsy can have seizures triggered by flickering or flashing in the 4 to 59 flashes per second (Hertz) range with a peak sensitivity at 20 flashes per second as well as quick changes from dark to light (like strobe lights).
Checkpoint 14.1 Use the clearest and simplest language appropriate for your site. The writing style described below will assist you in making your site clear.
Checkpoint 1.2 If your use an image that has "hotspots" (areas you click to navigate) for navigation (known as a client-side imagemap) provide text links elsewhere on the page as well.
Checkpoint 9.1 If you us an imagemaps for navigation use them with the "usemap" attribute instead of the "ismap" attribute. "ISMAP" creates a server side image map, that when accessed by a screen reader may not correctly pass the location to visit.
And if you use tables (Priority 1)
Checkpoint 5.1 For tables be sure to use header and data cells to define which cell contains data and which cells are the column headers. (<th> is a header <td> is a data cell)
Checkpoint 5.2 For complex tables break your table into its parts using the thead, tbody and tfoot elements.
And if you use frames (Priority 1)
Checkpoint 12.1 Title each frame to allow for frame identification and navigation.
And if you use applets and scripts (Priority 1)
Checkppoint 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.
And if you use multimedia (Priority 1)
Checkpoint 1.3 If you use video, provide a description of the visual part of the page, either as a sound file or as a text file that a screen reader can read.
Checkpoint 1.4 Synchronize sound and captioning to video files.
And if all else fails (Priority 1)
Checkpoint 11.4 If all else fails, provide an alternate page that is accessible, has equivalent information (or functionality), and is updated as often as the original page.