Skip to content

Commit

Permalink
Components: Assign More Menu as menu role
Browse files Browse the repository at this point in the history
NVDA screen reader skips event handlers except for specific roles
  • Loading branch information
aduth committed Mar 26, 2018
1 parent 85ecd98 commit 84e78a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edit-post/components/header/more-menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const MoreMenu = () => (
icon="ellipsis"
label={ __( 'More' ) }
onClick={ () => onToggle() }
role="menu"
aria-expanded={ isOpen }
/>
) }
Expand Down

0 comments on commit 84e78a3

Please sign in to comment.