You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the sake of completeness it would make sense to not only set parts for rows and cells, but also table sections like thead, to allow easier selection in CSS.
A use case could be to simply hide the header/footer without any server side "remove or reappend the content" setup, but simply having something like
Describe your motivation
For the sake of completeness it would make sense to not only set parts for rows and cells, but also table sections like thead, to allow easier selection in CSS.
A use case could be to simply hide the header/footer without any server side "remove or reappend the content" setup, but simply having something like
or to apply general styling for all header rows
Describe the solution you'd like
thead, tbody and tfoot should have appropriate part names, e.g.
Describe alternatives you've considered
Using Javascript to access the mentioned parts to either apply custom styles or add the part attributes.
Additional context
No response
The text was updated successfully, but these errors were encountered: