Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

rowgroup

Document structure role

Groups 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>