Link Rules
HTML Markup Details
aelement- The
aelement is the main element used to create hyperlinks in a web resource. - 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. | FAE 2007 | FAE 2008 | Description |
|---|---|---|---|
| 1 | N/A | Pass/Warning | Link text should be meaningful when taken out of context; therefore, links that point to different Implementation Notes
|
| 2 | N/A | Pass/Warning | An image that is the entire content of a link should be at least 16x16 pixels in size. |
| 3 | N/A | Pass/Warning | The text content of a link should be at least 4 characters in length when rendered graphically. |
| 4 | N/A | Pass/Warning | If a link includes an |
| 5 | N/A | Pass/Check | Small links should not be placed close together. |
| 6 | N/A | Pass/Check | The first link on a web page should be a skip navigation link that contains the word "skip" and the Implementation Notes
|
FAE Rule Implemetation
- FAE 2007
- The Illinois Functional Accessibility Evaluator (FAE) currently implements FAE 2007 rules.
- The Illinois Firefox Accessibility Extension currently implements these rules.
- FAE 2008
- The FAE 2008 rules are designed to optimize the rules for implementation of Section 508, W3C Web Content Accessibility Guidelines and Illinois Information technology Accessibility Act requirements and are based on the requirements of these standards and experience with the problems of FAE 2007.
- The Illinois Firefox Accessibility Extension currently implements some of these rules.
