row
Document structure roleA row of cells within a table, grid, or treegrid, grouping the cells that belong together horizontally. In grids it can be selectable, and in treegrids it can be expandable. It maps to the native `<tr>` element.
Used on
A row of cells within a table, grid, or treegrid.
Accessible name
From child cell content.
Used by components
Example
role="row"
<div role="row"><span role="gridcell">…</span></div>References