Bug 18944

Summary: -webkit-border-radius-topleft
Product: WebKit Reporter: sylvain baronnet <s.baronnet>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: s.baronnet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.itbreaks.com

Description sylvain baronnet 2008-05-08 11:28:23 PDT
support for :

border-radius-bottomleft
border-radius-bottomright

border-radius-topleft
border-radius-topright

will be great !
Comment 1 sylvain baronnet 2008-05-08 11:29:23 PDT
like mozilla firefox does..
Comment 2 Matt Lilek 2008-05-08 12:20:05 PDT
We already have: -webkit-border-[bottom/top]-[left/right]-radius, are you asking for support for the same syntax as Mozilla or were just unaware of the webkit equivalents?
Comment 3 sylvain baronnet 2008-05-08 12:56:22 PDT
oh sorry i was unaware of the
webkit equivalents? there's not w3c syntax for this ? 
if your syntax is like webkit-border-bottom-left-radius, i think it's more clean syntax but why different syntax ?
Comment 4 Matt Lilek 2008-05-08 13:46:28 PDT
Actually, out property names agree with the CSS3 Borders spec - http://www.w3.org/TR/2002/WD-css3-border-20021107/#the-border-radius - so this is invalid.