[wp-trac] [WordPress Trac] #13643: [twentyten] CSS RTL conflict with "Skip to content" accessibility link

WordPress Trac wp-trac at lists.automattic.com
Mon May 31 05:23:50 UTC 2010


#13643: [twentyten] CSS RTL conflict with "Skip to content" accessibility link
--------------------------+-------------------------------------------------
 Reporter:  Ornani        |       Owner:  yoavf    
     Type:  defect (bug)  |      Status:  accepted 
 Priority:  normal        |   Milestone:  3.0      
Component:  Themes        |     Version:  3.0      
 Severity:  normal        |    Keywords:  needs-rtl
--------------------------+-------------------------------------------------
Changes (by yoavf):

  * owner:  iammattthomas => yoavf
  * status:  assigned => accepted


Comment:

 @Ornani thanks for the report.

 This is a workaround because
 {{{
         left: -9000px;
 }}}
 behaves differently in every browser when in RTL mode. In IE you'll end up
 having horizontal scrollbars and the text will be visible.

 Another solution would be to use {{{
         display:none;
 }}}
 on scree-reader-text in RTL but that may results in a loss of
 accessibility.

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


More information about the wp-trac mailing list