[wp-trac] [WordPress Trac] #26527: wp-admin/themes.php isn't keyboard navigation friendly
WordPress Trac
noreply at wordpress.org
Tue Dec 10 23:17:30 UTC 2013
#26527: wp-admin/themes.php isn't keyboard navigation friendly
---------------------------+--------------------
Reporter: jorbin | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.8
Component: Accessibility | Version: trunk
Severity: normal | Resolution:
Keywords: |
---------------------------+--------------------
Comment (by jorbin):
I've added an initial patch that tries to jam keyboard navigation in
there. I've only tested this in chrome stable and canary thus far.
The reason I have the preventDefault is that if the anchor tag lacks an
href or has an empty, it won't get focus in some browsers.
The reason for the hacky hack for styling is that the opacity is on the
parent element, and I have no idea how to style a parent element when the
child has focus.
Very open to alternative solutions if others have them.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26527#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list