Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed Sep 1, 2016
1 parent 2106509 commit 28dbf51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/menu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ The menu adds `role="menu"` to the main menu element and `role="menuitem"` to ea
also adds `aria-hasPopup="true"` to the trigger element.

#### Keyboard events:
- <kbd>DOWN_ARROW</kbd> or <kbd>TAB</kbd>: Focus next menu item
- <kbd>UP_ARROW</kbd> or <kbd>SHIFT_TAB</kbd>: Focus previous menu item
- <kbd>DOWN_ARROW</kbd>: Focus next menu item
- <kbd>UP_ARROW</kbd>: Focus previous menu item
- <kbd>ENTER</kbd>: Select focused item

### Menu attributes
Expand Down

0 comments on commit 28dbf51

Please sign in to comment.