[wp-meta] [Making WordPress.org] #3928: Move the mobile toggle button for the main menu to just above the menu items

Making WordPress.org noreply at wordpress.org
Fri Nov 16 11:28:11 UTC 2018


#3928: Move the mobile toggle button for the main menu to just above the menu
items
--------------------------+--------------------
 Reporter:  rianrietveld  |      Owner:  (none)
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:
Component:  General       |   Keywords:
--------------------------+--------------------
 At the moment the hamburger menu toggle button is placed in the DOM above
 the WordPress logo link and the search.
 If you open the menu and tab further, first the WordPress logo link and
 the search field get focus before you can tab trough the menu.

 If the button is moved, in the DOM, just before the list items in the
 menu, the tab order makes more sense.

 So in the DOM the order will be better:

 {{{
 <button id="mobile-menu-button" aria-expanded="false">
     <span class="screen-reader-text">Toggle Menu</span>
 </button>
 <ul id="wporg-header-menu" class=" nav-menu">
    [list items ]
 </ul>
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3928>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list