Bug 23675
Summary: | Support CSS3 border-radius shorthand syntax | ||
---|---|---|---|
Product: | WebKit | Reporter: | bugzilla33 <bugzilla33> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | aroben, hyatt, rik, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
URL: | n/a |
bugzilla33
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
"-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
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
Confirmed on 4 Public Beta
Adam Roben (:aroben)
*** This bug has been marked as a duplicate of bug 27584 ***