ARIA Menu Example

Authoring Practice Design Patten for Menu Button

Menu Example 1

Menu Example 2

Accessibility Feature

Keyboard Support

Key Function
Space or Enter Keys Open menu or select menu items.
Up Arrow move focus on the drop-down menu, the Up and Down Arrow keys move focus within the menu items
Down Arrow move focus on the drop-down menu, the Up and Down Arrow keys move focus within the menu items
Escape Escape closes the menu.
Tab Tab closes the menu and move to With focus on the button pressing the Tab key will take the user to the next tab focusable item on the page. With focus on the drop-down menu, pressing the Tab key will take the user to the next tab focusable item on the page. Note that this may be difficult to achieve on a web page.

ARIA Roles, Properties and States

Role Property/State Usage
button aria-haspopup

Source Code