Bug 23675

Summary: Support CSS3 border-radius shorthand syntax
Product: WebKit Reporter: bugzilla33 <bugzilla33>
Component: CSSAssignee: 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
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
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.