Describe the bug
W3C recommends using <th scope="row"> to row cells that indicate the subject of the row. But when I do this, these row cells are styled like thead cells and rounding in the footer is wonky.
before
after
To Reproduce
Steps to reproduce the behavior:
Edit the Roux Components basic table example: the first cell in each <tr> changes from <td> to <th scope="row">
Expected behavior
<tr> cells in the table body or footer are either styled exactly like normal <td> cells, or are minimally highlighted to indicate that they're the subject of the row.
Additional context
Add any other context about the problem here.
Describe the bug
W3C recommends using
<th scope="row">to row cells that indicate the subject of the row. But when I do this, these row cells are styled like thead cells and rounding in the footer is wonky.before
after
To Reproduce
Steps to reproduce the behavior:
Edit the Roux Components basic table example: the first cell in each
<tr>changes from<td>to<th scope="row">Expected behavior
<tr>cells in the table body or footer are either styled exactly like normal<td>cells, or are minimally highlighted to indicate that they're the subject of the row.Additional context
Add any other context about the problem here.