toolbar constant

String const toolbar

A collection of commonly used function buttons or controls represented in compact visual form.

The toolbar is often a subset of functions found in a menubar, designed to reduce user effort in using these functions. Authors MUST supply an aria-label property on each toolbar when the application contains more than one toolbar.

Authors MAY manage focus of descendants for all instances of this role, as described in Managing Focus.

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

Implementation

static const String toolbar = 'toolbar';