Image Map Rules
HTML Markup Details
- map
- The
mapelement is often used to create navigation bars. - area
- The
areaelement is used withinmapelements to create areas within images that activate links. - Links created using the
areaelement must have redundant text links since none of the major graphical browsers renderaltattribute for theareaelement, making the content inaccessible to many visually impaired users. - img.alt and area.alt
- Any time an
imgorareaelement is used to create a link, thealtattribute content should not describe the image but instead describe the target of the link.altattribute content can be used by screen readers or rendered instead of the image by some graphical browsers to improve access to screen reader users and visually impaired users.
Accessibility Evaluation Rules
| no. | FAE 2007 | FAE 2008 | Description | |
|---|---|---|---|---|
| 1 | Pass/Fail | Pass/Fail | Every |
|
| Additional rules |
Additional rules on image maps can be found in the following best practices: |
|||
FAE Rule Implemetation
- Illinois Functional Accessibility Evaluator 1.0
- The Illinois Functional Accessibility Evaluator is a web based tool to help developers evaluate web resources for the use of the iCITA HTML best practices.
- Web interface cannot currently analyze content generated dynamically with javascript.
- Illinois Firefox Accessibility Extension
- The Illinois Firefox Accessibility Extension is a Firefox add-in that is designed to identify accessibility features for both static and dynamically generated html content.
- Useful for identifying the location of specific accessibility problems for failures and warnings indentified in FAE reports.
- Create FAE reports for a page that uses javascript to generate page content with the FAE DHTML Report feature.
