row
Characteristics
Superclass Role:
- group
- widget
Base Concept:
- HTML tr
Required Context Role:
- grid
- rowgroup
- treegrid
Required Owned Elements:
- columnheader
- gridcell
- rowheader
Supported States and Properties:
- aria-level
- aria-selected (state)
Inherited States and Properties:
- aria-activedescendant
- aria-atomic
- aria-busy (state)
- aria-controls
- aria-describedby
- aria-disabled (state)
- aria-dropeffect
- aria-expanded (state)
- aria-flowto
- aria-grabbed (state)
- aria-haspopup
- aria-hidden (state)
- aria-invalid (state)
- aria-label
- aria-labelledby
- aria-live
- aria-owns
- aria-relevant
Name From:
- contents
- author
A row of cells in a grid.
A row (role) is assigned for the cells of a grid that are arranged in a row. Ensure that the row is owned by rowgroup, grid or treegrid. The grid cells are owned by role.
In a treegrid, authors may mark rows as expandable, using the aria-expanded attribute to indicate the present status. This is not the case for an ordinary grid, in which the aria-expanded attribute is not present.
Authors must ensure elements with role row are contained in, or owned by, an element with the role grid, rowgroup, treegrid.
Microsoft Active Accessibility accRole Property:
- ROLE_SYSTEM_ROW
UI Automation ControlType Property:
- DataItem
UI Automation AriaRole Property:
- row