Bug 18944
Summary: | -webkit-border-radius-topleft | ||
---|---|---|---|
Product: | WebKit | Reporter: | sylvain baronnet <s.baronnet> |
Component: | CSS | Assignee: | 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 |
sylvain baronnet
support for :
border-radius-bottomleft
border-radius-bottomright
border-radius-topleft
border-radius-topright
will be great !
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
sylvain baronnet
like mozilla firefox does..
Matt Lilek
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?
sylvain baronnet
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 ?
Matt Lilek
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.