#3927 closed defect (bug) (fixed)
Remove the aria-expanded form the ul wporg-header-menu in the header menu
Reported by: | rianrietveld | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | |
Cc: |
Description
The unordered list with the menu items in the header has an aria-expanded
toggle. This can be removed.
The toggle should only be on the focusable element, in this case the button.
The open/closed state of the menu is announced when the button gets focus.
Adding it also to the ul is not necessary, because the ul doesn't get focus itself.
<ul id="wporg-header-menu" aria-expanded="false" class=" nav-menu">
Change History (3)
Note: See
TracTickets for help on using
tickets.
See [dotorg14645].