[webkit-reviews] review granted: [Bug 27584] [CSS3 Backgrounds and Borders] Handle the / and 4 values in border-radius : [Attachment 33680] Support the new border-radius syntax and maintain legacy -webkit-border-radius syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 17:13:43 PDT 2009


Simon Fraser (smfr) <simon.fraser at apple.com> has granted mitz at webkit.org's
request for review:
Bug 27584: [CSS3 Backgrounds and Borders] Handle the / and 4 values in
border-radius
https://bugs.webkit.org/show_bug.cgi?id=27584

Attachment 33680: Support the new border-radius syntax and maintain legacy
-webkit-border-radius syntax
https://bugs.webkit.org/attachment.cgi?id=33680&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
> Index: WebCore/css/CSSParser.cpp
> ===================================================================


> +    case CSSPropertyBorderRadius:
> +    case CSSPropertyWebkitBorderRadius:
> +	   return parseBorderRadius(propId, important);
> +	   break;

No need for the break after return.

r=me


More information about the webkit-reviews mailing list