[buddypress-trac] [BuddyPress] #1674: CSS Focus styles not defined
    buddypress-trac at lists.automattic.com 
    buddypress-trac at lists.automattic.com
       
    Sat Jan 23 10:40:23 UTC 2010
    
    
  
#1674: CSS Focus styles not defined
---------------------------+------------------------------------------------
Reporter:  DJPaul          |       Owner:     
    Type:  defect          |      Status:  new
Priority:  minor           |   Milestone:  1.2
Keywords:  usability, css  |  
---------------------------+------------------------------------------------
 I've milestone this for 1.2 as the fix is simple and has a fairly
 important usability impact for people who use the keyboard as the main
 means of navigating a site.
 If you try to navigate around http://testbp.org/ using the tab button,
 you've got no way of seeing which element you currently have "selected".
 This is because bp-default uses Eric Meyer's reset.css which has the
 following section. I have had a quick test removing this (and leaving it
 to browsers' defaults) and visually it looks fine. My recommendation would
 be to just remove these lines from reset.css.
 {{{
 /* remember to define focus styles! */
 :focus {
         outline: 0;
 }
 }}}
-- 
Ticket URL: <http://trac.buddypress.org/ticket/1674>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list