ARIA:
*ARIA
*role table
A section containing data arranged in rows and columns. The table role is intended for tabular containers which are not interactive.
<table role="table">
<thead>
<!-- etc -->
</thead>
<tbody>
<!-- etc -->
</tbody>
</table>