WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 27584
23675
Support CSS3 border-radius shorthand syntax
https://bugs.webkit.org/show_bug.cgi?id=23675
Summary
Support CSS3 border-radius shorthand syntax
bugzilla33
Reported
2009-02-01 13:07:22 PST
1) -webkit-border-radius:0 6px 6px 6px doesn't work 2) developers must use uncomfortable code -webkit-border-radius:6px -webkit-border-top-left-radius:0
Attachments
Add attachment
proposed patch, testcase, etc.
Matt Lilek
Comment 1
2009-02-01 13:24:26 PST
"-webkit-border-radius:0 6px 6px 6px" is not the proper shorthand syntax for border-radius: <
http://www.w3.org/TR/css3-background/#the-border-radius
>
Anthony Ricaud
Comment 2
2009-02-01 17:42:28 PST
Reopening this cause the spec now specifies the shorthand as "top-left top-right bottom-right bottom-left" (with an optional second part for vertical radii after a "/"). I think WebKit supports a previous syntax without the "/" .
bugzilla33
Comment 3
2009-02-24 08:39:04 PST
Confirmed on 4 Public Beta
Adam Roben (:aroben)
Comment 4
2009-07-28 17:18:26 PDT
*** This bug has been marked as a duplicate of
bug 27584
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug