Data Table Rules
HTML Markup Details
tableelement- The
tableelement is the container for tabular data markup. summaryattribute- The
summaryattribute, defined intableelement, should describe the content of the table or the conclusion the author intends to convey through the data in the table. h2and other heading elements- Heading elements should give a data table a unique title to aid in navigation to the table and to differentiate table markup used for layout from data table markup.
thandtdelements- The
thelement represents header cells and thetdelement data cells. idattribute- The
idattribute, defined forthelements, should uniquely identify each header cell. Thisidis used in conjunction with theheadersattribute oftdelements to indicate headers for a particular data cell. headersattribute- The
headersattribute, defined fortdelements, should point to theidofthelements that are the header cells for the data cell.
Definitions
- Data Table
- contains at least 2 rows and columns.
- includes a
caption,theadorthelement; or at least one element contains ascopeorheadersattribute. - Complex Data Table
- satisfies all the requirements of data table detecton.
- contains a
tdorthelement that contains at least onerowspanorcolspanattribute. - contains either:
- more than one
thelement in a row that also includestdelements, - more than one row in a
theadelement, - or more than two rows that contain only
thelements.
- more than one
- contains at least one
headersattribute that contains more than twoidrefs.
Accessibility Evaluation Rules
| no. | FAE 2007 | FAE 2008 | Description |
|---|---|---|---|
| 1 | Pass/Fail | Pass/Fail | Data tables must use |
| 2 | N/A | Pass/Fail | Data tables must use |
| 3 | N/A | Pass/Fail | If there is more than one data table on a web page, the |
| 4 | N/A | Pass/Fail | For complex data tables, the |
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.
