- Issue created by @bronzehedwick
If an empty cell appears inside thead
, it should be an attribute-less td
element.
See the w3c's Tables with Two Headers example.
th
with scope="col"
.For empty header row cells, render <td></td>
instead of <th scope="col"></th>
None.
None.
None.
Active
1.0
Code