[wp-trac] [WordPress Trac] #21334: Accessibility of Quick Edit panel in Posts/Pages/etc

WordPress Trac noreply at wordpress.org
Tue Feb 12 19:02:23 UTC 2013


#21334: Accessibility of Quick Edit panel in Posts/Pages/etc
-----------------------------------+--------------------
 Reporter:  grahamarmfield         |       Owner:
     Type:  defect (bug)           |      Status:  new
 Priority:  normal                 |   Milestone:  3.6
Component:  Accessibility          |     Version:  3.4.1
 Severity:  normal                 |  Resolution:
 Keywords:  2nd-opinion has-patch  |
-----------------------------------+--------------------

Comment (by azaozz):

 Replying to [comment:13 grahamarmfield]:
 > * tabindex="0" - this includes the item in the tab order for the page,
 but using the context of the order that it appears in the HTML. Focus can
 be given to the item in javascript too.
 > * tabindex="-1" - Focus can be given to an item using javascript only.
 It does not appear in the natural tab order within a page.

 Yep, these are the only "non-evil" tabindex values :)

 Having an off-screen link that would toggle a class on the table cell to
 show/hide the links sounds good.

 We could also try moving the links off-screen (with the screen-reader-text
 class?) instead of hiding them. That way they will always be "visible" for
 screen readers. Then we can negate `screen-reader-text` on hover and show
 them same as now.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21334#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list