Link Rules
HTML Markup Details
aelement- Two-character character codes from a language value registry are used as the value of
xml:langattribute. - It is critical that the text associated with the link clearly indicate the target of the link. Uninformative link text like "click here" or "more" should not be used.
- The same link texts should not point to different web resources and different link texts should not point to the same web resource.
altattribute- 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.
Accessibility Evaluation Rules
| no. | Testing | Description | Implementation | |
|---|---|---|---|---|
| FAE |
Firefox Accessibility Extension |
|||
| 1 | Warning/Pass |
Link text should be meaningful when taken out of context; therefore, links that point to different Implementation Notes
|
NI | 1.5 |
| 2 | Warning/Pass |
An image that is the entire content of a link should be at least 16x16 pixels in size. |
NI | 1.5 |
| 3 | Warning/Pass |
The text content of a link should be at least 4 characters in length when rendered graphically. |
NI | 1.5 |
| 4 | Warning/Pass |
For links that include an |
NI | 1.5 |
| 5 | Check/Pass |
The first link on a page should be a skip navigation link that contains the word "skip" and the Implementation Notes
|
NI | NI |
| 6 | Check/Pass |
The target of internal links need to include a |
NI | NI |
| 7 | Check/Pass |
Small links should not be placed close together. |
NI | NI |
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.
