Standard 7: Tables
-
7.1 All tables require summary attribute
-
7.2 Tables used for formatting will say so in summary attribute (e.g., summary="for layout only")
-
7.3 Tabular data will use scope attribute to ID both horizontal and vertical headings:
-
<th scope="col">
-
<th scope="row">
-