rowgroup
Document structure roleGroups a set of rows within a table or grid, such as a header, body, or footer section. It mirrors the native `<thead>`, `<tbody>`, and `<tfoot>` elements. It's a structural grouping rather than an interactive one.
Used on
A group of rows. Prefer <thead>, <tbody>, or <tfoot>.
Accessible name
Not applicable.
Example
role="rowgroup"
<tbody role="rowgroup">…</tbody>References