Bug 18944 - -webkit-border-radius-topleft
Summary: -webkit-border-radius-topleft
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.itbreaks.com
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 11:28 PDT by sylvain baronnet
Modified: 2008-05-08 13:46 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.