Skip to content

Commit

Permalink
Menu pattern: Add statement that behavior is like native OS menus (pull
Browse files Browse the repository at this point in the history
#1232)

For issue #353,modify menu pattern to include:
>Menu widgets behave like native operating system menus, 
>such as the menus that pull down from the menubars commonly found at the top of many desktop application windows.
  • Loading branch information
carmacleod authored and mcking65 committed Nov 11, 2019
1 parent 9a2bbb7 commit a2b4df9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aria-practices.html
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,7 @@ <h4>WAI-ARIA Roles, States, and Properties</h4>
<h3>Menu or Menu bar</h3>
<p>
A <a href="#menu" class="role-reference">menu</a> is a widget that offers a list of choices to the user, such as a set of actions or functions.
Menu widgets behave like native operating system menus, such as the menus that pull down from the menubars commonly found at the top of many desktop application windows.
A menu is usually opened, or made visible, by activating a <a href="#menubutton">menu button</a>, choosing an item in a menu that opens a sub menu, or by invoking a command, such as <kbd>Shift + F10</kbd> in Windows, that opens a context specific menu.
When a user activates a choice in a menu, the menu usually closes unless the choice opened a submenu.
</p>
Expand Down

0 comments on commit a2b4df9

Please sign in to comment.