Informative Image Rules
HTML Markup Details
altattribute- The
altattribute should provide a short text equivalent to describe the purpose of the image on the web resource and orient the user to the content contained in the image. longdescattribute pointing to internal link- The
longdescattribute of an img element specifies a link to a long description of the image. - This HTML markup is not well supported in graphical browsers and therefore difficult for authors to test and users to access.
As the result, using
longdescattribute to add text equivalent information beyond thealtattribute is not recommended. - The best way to use the
longdescattribute is to build an internal link as the content of the attribute. This internal link would direct to the content on the current resource that provides the text equivalent information (longdesc="#linktext").
Accessibility Evaluation Rules
| no. | Testing | Description | Implementation | |
|---|---|---|---|---|
| FAE |
Firefox Accessibility Extension |
|||
| 1 | Fail/Pass |
Every |
1.0 | 1.5 |
| 2 | Warning/Pass |
If the content of the Implementation Notes
|
NI | 1.5 |
| 3 | Warning/Pass |
The Implementation Notes
|
NI | 1.5 |
| 4 | Warning/Pass |
The Implementation Notes
|
NI | 1.5 |
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.
