aria-rowspan
IntegerIndicates 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>
Associated roles
Example
aria-rowspan="…"
<div role="gridcell" aria-rowspan="2">Tall cell</div>References