[wp-trac] [WordPress Trac] #31090: Menus manage locations form accessibility improvements

WordPress Trac noreply at wordpress.org
Thu Jan 22 00:12:44 UTC 2015


#31090: Menus manage locations form accessibility improvements
-----------------------------------+--------------------------------
 Reporter:  afercia                |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  normal                 |   Milestone:  4.2
Component:  Menus                  |     Version:  3.6
 Severity:  normal                 |  Resolution:
 Keywords:  has-patch ui-feedback  |     Focuses:  ui, accessibility
-----------------------------------+--------------------------------

Comment (by jorbin):

 The one part of this change I'm not sure about is

 {{{<?php _ex( 'Edit', 'menu' ); ?>}}}

 moving to be

 {{{<span aria-hidden="true"><?php _ex( 'Edit', 'menu' ); ?></span><span
 class="screen-reader-text"><?php _e( 'Edit selected menu' ); ?></span>}}}

 It's not hidden now, so I'm not sure the aria-hidden=true needs to be
 there. We only display the {{{locations-edit-menu-link}}} span when we
 have a menu item, so I'm not sure it doesn't need the aria-hidden.  My
 understanding is that Indicates that the element and all of its
 descendants are not visible or perceivable to any user as implemented by
 the author and in this case it's not actually hidden.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31090#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list