Skip to content

Find what you need, instantly

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

All roles

row

Document structure role

A 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.
Example
role="row"
<div role="row"><span role="gridcell">…</span></div>
See a live, tested example on the Grid (interactive data grid) page