Semantics
A composite widget containing a collection of rows with cells where some or all cells in the grid are focusable by using methods of two-dimensional navigation, such as directional arrow keys.
Abstract Role
CompositeRepresents a container for navigating interactive descendants.
Content Category
Flow ContentAn element that structures and organizes the body of a web document.
Allowed Descendants
Specific Guidance
Only row and rowgroup roles allowed.
Usage
Elements that can designate the role in HTML:
div[role=grid]
custom-element[role=grid]