Skip to content

Find what you need, instantly

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

All attributes

aria-rowspan

Integer

Indicates how many rows a cell spans in a grid or treegrid, mirroring the native `rowspan` attribute for ARIA-based tables. It tells assistive technologies the cell's vertical extent. It's only required on custom grids that don't use native table markup.

Value
Any integer.
Used on
<td rowspan><th rowspan>
Example
aria-rowspan="…"
<div role="gridcell" aria-rowspan="2">Tall cell</div>