none constant

String const none

The none role is a synonym for the presentation role; they both remove an element's implicit ARIA semantics from being exposed to the accessibility tree.

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

Implementation

static const String none = 'none';