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 21, 2018
1 parent ae60114 commit bbd56ff
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 bbd56ff

Please sign in to comment.