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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Allow creating Button with attached Menu. The functionality should follow ARIA Navigation Menu example with regards to the rendered DOM structure and keyboard handling. The only difference is that the menu should not be opened on hover, but on click.
Requirements
menu open on enter/space and focus goes to first item in menu
-(Optional) Down Arrow: opens the menu and moves focus to the first menu item.
-(Optional) Up Arrow: opens the menu and moves focus to the last menu item.
menu is closed on esc key and focus goes back to the button
if he press TAB key, focus goes naturally to next focusable element after menu and menu is closed
if he press shift+tab key focus goes naturally to previous focusable element and menu is closed.