[wp-trac] [WordPress Trac] #21324: Visible Focus within Admin Screens could be much clearer.

WordPress Trac noreply at wordpress.org
Fri Oct 19 11:36:29 UTC 2012


#21324: Visible Focus within Admin Screens could be much clearer.
----------------------------+--------------------
 Reporter:  grahamarmfield  |       Owner:
     Type:  task (blessed)  |      Status:  new
 Priority:  normal          |   Milestone:  3.5
Component:  Accessibility   |     Version:  3.4.1
 Severity:  normal          |  Resolution:
 Keywords:  has-patch       |
----------------------------+--------------------

Comment (by lessbloat):

 Replying to [comment:55 lessbloat]:
 > Not chrome unfortunately.

 I realized that sounded weird, so I went to investigate.  Turns out line
 311 in wp-admin.css is what's preventing the default :focus outline
 behavior in the admin:

 {{{
 a, input, select, textarea, div {
 outline: 0;
 }
 }}}

 We could be more specific there (excluding radios and checkboxes), and let
 the default browser style shine. :-)

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


More information about the wp-trac mailing list