RAWeb 1.1RAAM 1.1RAPDF 1.1
Data table
This term is defined by more than one standard, and the wording differs. Each definition below is the one that applies to that standard’s criteria.
Definition in RAWeb 1.1
A data table is a structure introduced by a <table> tag or when it is correctly rendered by assistive technologies by a tag with a WAI-ARIA role="table" attribute. This tag is used to structure information in rows and columns using data cells and header cells.
Criteria in RAWeb 1.1
- 5.6 — For each data table, are each column header and each row header correctly declared?
- 5.7 — For each data table, is the appropriate technique used to associate each cell with its headers (excluding special cases)?
- 5.8 — Each layout table must not use elements specific to data tables. Is this rule respected?
Definition in RAAM 1.1
Element used to structure information in rows and columns using data cells and header cells.
Definition in RAPDF 1.1
A content structure that displays information in rows and columns using header cells and data cells.