role columnheader
suggest changeA cell containing header information for a column.
<table role="grid">
<thead>
<tr>
<th role="columnheader">Day 1</th>
<th role="columnheader">Day 2</th>
<th role="columnheader">Day 3</th>
</tr>
</thead>
<tbody>
<!-- etc -->
</tbody>
<table>
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents