Skip to content

<th> tags in <tbody> and <tfoot> don't look great #16

@pangolingo

Description

@pangolingo

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

Image

after

Image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions