Read This First
No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.
How to build accessibility semantics into web patterns and widgets
No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.
A toolbar is a container for grouping a set of controls, such as buttons, menubuttons, or checkboxes.
When a set of controls is visually presented as a group, the toolbar
role can be used to communicate the presence and purpose of the grouping to screen reader users.
Grouping controls into toolbars can also be an effective way of reducing the number of tab stops in the keyboard interface.
To optimize the benefit of toolbar widgets:
Toolbar Example: A toolbar that uses roving tabindex to manage focus and contains several types of controls, including toggle buttons, radio buttons, a menu button, a spin button, a checkbox, and a link.
vertical
.
The default orientation is horizontal.
This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.