Skip to content

Find what you need, instantly

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

All roles

gridcell

Widget role

A single cell within a grid or treegrid, which can be focusable and, if editable, expose states like aria-readonly or aria-selected. It's the interactive counterpart of a static table cell. Cells are reached with arrow-key navigation rather than Tab.

Used on
A cell within a grid or treegrid row.
Accessible name
From child content, or aria-label / aria-labelledby.
Example
role="gridcell"
<span role="gridcell">$42.00</span>
See a live, tested example on the Grid (interactive data grid) page