Bug 23675 - Support CSS3 border-radius shorthand syntax
Summary: Support CSS3 border-radius shorthand syntax
Status: RESOLVED DUPLICATE of bug 27584
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: n/a
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 13:07 PST by bugzilla33
Modified: 2009-07-28 17:18 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***