You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the role toolbar is categorized as document structure. However, there are at least two reasons to change the mapping to 'widget':
Toolbar contains simple subwidgets and is responsible for keyboard management among them, which is a characteristic of complex widgets.
Screen reader wich switch between reading and form mode, should switch into form mode within a toolbar to make possible for the user to navigate with arrow keys between subwidgets. At the time e.g. NVDA doesn't do that.
IMO we should change the role type of toolbar from document structure to widget.