[wp-trac] Re: [WordPress Trac] #5906: Border radius not specified for all browsers

WordPress Trac wp-trac at lists.automattic.com
Tue Feb 19 00:38:32 GMT 2008


#5906: Border radius not specified for all browsers
---------------------------+------------------------------------------------
 Reporter:  iammattthomas  |        Owner:  anonymous
     Type:  defect         |       Status:  new      
 Priority:  normal         |    Milestone:  2.6      
Component:  General        |      Version:           
 Severity:  normal         |   Resolution:           
 Keywords:                 |  
---------------------------+------------------------------------------------
Comment (by sambauers):

 It might be best to future proof border-radius declarations using this
 order...

 {{{
 -moz-border-radius: XXX
 -khtml-border-radius: XXX
 -webkit-border-radius: XXX
 border-radius: XXX
 }}}

 For now Firefox picks up the first, Konqueror picks up the second, Safari
 picks up the second or third and in time they (and hopefully others) will
 all pick up the last CSS3 "standard" one.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5906#comment:3>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list