Subheading Rules
HTML Markup Details
h2-h6elements- The
h2-h6elements should identify major and minor sections of the web resource. - Headings should be properly nested following the heading levels represented by the numerical values of the heading elements.
h2should be used as sub-heading after ah1h3should be used as sub-heading after ah2h4should be used as sub-heading after ah3h5should be used as sub-heading after ah4h6should be used as sub-heading after ah5
Accessibility Evaluation Rules
| no. | Testing | Description | Implementation | |
|---|---|---|---|---|
| FAE |
Firefox Accessibility Extension |
|||
| 1 | Fail/Pass |
Heading elements that follow the last |
1.0 | 1.5 |
| 2 | Fail/Pass |
All subheadings ( Implementation Notes
|
1.0 | 1.5 |
| 3 | Warning/Pass |
The text content of headings of the same level within the same section should be unique. |
NI | 1.5 |
| 4 | Warning/Pass |
The text content of an subheading element ( Implementation Notes
|
1.0 | 1.5 |
| 5 | Check/Pass |
The text content of headings should be concise (less than 65 characters). |
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.
