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

Description bugzilla33 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
Comment 1 Matt Lilek 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>
Comment 2 Anthony Ricaud 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 "/" .
Comment 3 bugzilla33 2009-02-24 08:39:04 PST
Confirmed on 4 Public Beta
Comment 4 Adam Roben (:aroben) 2009-07-28 17:18:26 PDT

*** This bug has been marked as a duplicate of bug 27584 ***