generic constant

String const generic

Creates a nameless container element which has no semantic meaning on its own

The generic role is intended for use as the implicit role of generic elements in host languages for use by user agents only; not for use by developers. Instead, to remove implicit accessibility semantics, use presentation or none, the

and elements that have no semantic meaning, or semantic container roles such as group to semantically group descendants in a named container.

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

Implementation

static const String generic = 'generic';