Semantics

A row of cells in a tabular container.

Abstract Role

CompositeRepresents a container for navigating interactive descendants.


May be an interactive Widget or non-interactive Structure, depending on the context.

Abstract Role

StructureRepresents a non-interactive part of a page that organizes content into coherent units.


May be an interactive Widget or non-interactive Structure, depending on the context.

Content Category

Only Used with Specific Parent Roles

This role must be a direct descendant of one of the following roles:

  • rowgroup
  • grid
  • table
  • treegrid

Allowed Descendants

Specific Guidance

Only cell, rowheader, and columnheader roles allowed.

Usage

Elements that can designate the role in HTML:

  • tr
  • div[role=row]
  • custom-element[role=row]