Text Styling Rules
HTML Markup Details
fontelement- The
fontelement is a deprecated (outdated) feature of HTML 4.0 and was orginally defined to provide inline styling changes to text content. - If the text content being styled by the
fontelement is a section heading, then the heading elements (h1-h6) should be used in place of thefontelement. If the text content is a paragraph, sentence, phrase or word then CSS color, font-family and font-size properties should be used to achieve author styling preferences. centerelement- The
centerelement is a deprecated feature of HTML 4.0 and was orginally defined to center text content. - If the text content being styled by the
centerelement is a section heading, then the heading elements (h1-h6) should be used to replace thecenterelement. If the text content is not a heading but a paragraph,divor other block level elements with the CSS text-align property should be used to achieve text content centering. uelement- The
uelement is a deprecated feature of HTML 4.0 and was orginally defined to underline text. - If the text content being styled by the
uelement is a section heading, then the heading elements (h1-h6) should be used to replace theuelement. If the text content is a paragraph, sentence, phrase or word, then the CSS text-decoration property with a value of underline should be used. belement- The
belement is a deprecated feature of HTML 4.0 and was orginally defined to bold text. - If the text content being styled by the
belement is a section heading, then the heading elements (h1-h6) should be used to replace thebelement. If the text content is a paragraph, sentence, phrase or word, then the CSS font-weight property with a value of bold should be used. ielement- The
ielement is a deprecated feature of HTML 4.0 and was orginally defined to italicize text. - If the text content being styled by the
ielement is a section heading, then the heading elements (h1-h6) should be used to replace theielement. If the text content is a paragraph, sentence, phrase or word, then the CSS font-style property with a value of italic should be used. blinkelement- The
blinkelement has never been a part of any W3C HTML specification, but is supported by many browsers and can be used to create a blinking effect on text. Blinking text should be not be used due to accessibility issues with people with visual impairments and photosenstive epilepsy. marqueeelement- The
marqueeelement has never been a part of any W3C HTML specification, but is supported by many browsers and can be used to create a scrolling text effect. Scrolling text should be not be used due to accessibility issues with people with visual impairments.
Accessibility Evaluation Rules
| no. | Testing | Description | Implementation | |
|---|---|---|---|---|
| FAE |
Firefox Accessibility Extension |
|||
| 1 | Fail/Pass |
The Implementation Notes
|
1.0 | 1.5 |
| 2 | Fail/Pass |
The Implementation Notes
|
1.0 | 1.5 |
| 3 | Fail/Pass |
The Implementation Notes
|
1.0 | 1.5 |
| 4 | Fail/Pass |
The Implementation Notes
|
1.0 | 1.5 |
| 5 | Fail/Pass |
The |
1.0 | 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.
