row
A row of cells in a tabular container.
Document structure roles describe structures that organize content in a page. Document structures are not usually interactive.
Description
A row of cells in a tabular container.
Rows contain cell or gridcell elements, and thus serve to organize the table or grid.
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 table or 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 table, grid, rowgroup, or treegrid.
Example
Charcteristics
Semantic HTML
Reference