9. Tables
- 9.1. Provide a
<caption>
for every data table - 9.2. Mark up the row and column header cells with
<th>
- 9.3. In simple tables use the
scope
attribute to associate data cells with their corresponding headers - 9.4. In complex tables, use the
headers
andid
attributes to associate header cells with their corresponding data cells - 9.5. Add
role="presentation"
to each layout<table>
- 9.6. Don’t use data table markup for a layout table
- 9.7. Make sure layout tables follow the right reading order