Describe the problem
Accessibility rules have changed, <td>s in theads are no longer acceptable.
How do you reproduce the problem?
Test with lighthouse, other accessibility tools, and/or screen reader
Expected behavior
Columns are described clearly and concisely with text and without altering table layout
Is this issue blocking you?
:is(.pf-v5-c-table__th, .pf-v5-c-table__td) {
&:has(.pf-v5-screen-reader),
&:empty {
width: auto
min-width: auto;
padding: 0;
}
}