Accessibility
- Place the toolbar in a
div
element with anrole="toolbar"
. Use a descriptivearia-label
to let the user know what the toolbar is for (e.g. text formatting or map controls). - Make sure the toolbar is keyboard accessible.
- Provide tooltips for all icons. See Tooltips.
- Provide logical tab sequence.
- See Buttons for accessibility guidelines.