About FAE: Rules Summary

Navigation & Orientation

Titles (title & h1)Best Practices (opens in a new window)

Subheadings (h2..h6)Best Practices (opens in a new window)

Navigation BarsBest Practices (opens in a new window)

Form Control LabelsBest Practices (opens in a new window)

Default LanguageBest Practices (opens in a new window)

Data TablesBest Practices (opens in a new window)

To qualify as a data table, the table element must (a) contain at least two rows and two columns and (b) have or contain at least one of the following: a summary attribute; a caption element; a thead element; a th element; or a td element with a scope or headers attribute.
To qualify as a complex data table, the table element must (a) qualify as a data table and (b) contain any of the following: a thead element that contains two or more tr elements; a tr element with a td or th element with a rowspan or colspan attribute value greater than 1; a tr element that contains at least one td element and two or more th elements; two or more tr elements that contain only th elements; a tr element with a td or th element with a headers attribute value that contains more than two IDREFs.

Access KeysBest Practices (opens in a new window)

FramesBest Practices (opens in a new window)

Text Equivalents

Informative ImagesBest Practices (opens in a new window)

Decorative ImagesBest Practices (opens in a new window)

Image MapsBest Practices (opens in a new window)

Scripting

Focusable elements are primarily links and form controls. Specifically, they include the a element with an href attribute and/or a tabindex attribute with a value of 0 or greater, and the area, button, input, select and textarea elements.

onclickBest Practices (opens in a new window)

onmouseover & onmouseoutBest Practices (opens in a new window)

Styling

Text StylingBest Practices (opens in a new window)

Layout TablesBest Practices (opens in a new window)

HTML Standards

W3C SpecificationsBest Practices (opens in a new window)