cell constant

String const cell

Identifies an element as being a cell in a tabular container that does not contain column or row header information. To be supported, the cell must be nested in an element with the role of row

See: developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/cell_role

Implementation

static const String cell = 'cell';