gridcell
Widget roleA 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.
Used by components
Example
role="gridcell"
<span role="gridcell">$42.00</span>References