Skip to content

Commit

Permalink
Add aria-expanded attribute to Settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahmon authored and youknowriad committed Nov 10, 2017
1 parent 0ddd17f commit 564c4ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function Header( { onToggleSidebar, isSidebarOpened } ) {
onClick={ onToggleSidebar }
isToggled={ isSidebarOpened }
label={ __( 'Settings' ) }
aria-expanded={ isSidebarOpened }
/>
<EllipsisMenu />
</div>
Expand Down

0 comments on commit 564c4ef

Please sign in to comment.