[wp-trac] [WordPress Trac] #21334: Accessibility of Quick Edit panel in Posts/Pages/etc
WordPress Trac
noreply at wordpress.org
Tue Feb 12 09:25:34 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):
Tabindex is "evil" :)
It breaks the natural flow of tabbing affecting negatively all users, and
behaves differently in different browsers when added to elements that can
be shown/hidden or are moved in the DOM.
A better way to fix this may be to make the table cell (or row?)
"focuseable" and show these links on focus. This should also be tested on
touch devices.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21334#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list