table constant

String const table

Identifies the element containing the role as having a non-interactive table structure containing data arranged in rows and columns, similar to the native

HTML element.

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

Implementation

static const String table = 'table';