Do not use data table markup for a layout table
A layout table should not contain elements and attributes which are only appropriate for data tables.
In other words:
<caption>
,<th>
,<thead>
,<tfoot>
and<colgroup>
elements should not be used in a layout table.scope
,headers
andaxis
attributes should not be used in a layout table.