[Webkit-unassigned] [Bug 27578] [CSS3 Backgrounds and Borders] Drop the prefix from the border-radius properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 27 19:52:52 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27578


mitz at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




--- Comment #1 from mitz at webkit.org  2009-07-27 19:52:51 PDT ---
(In reply to comment #0)
> This can be done by eliminating the old properties (like we did with
> -webkit-opacity), since there are no syntactic incompatibilities.

I think there is an incompatibility:
-webkit-border-radius: 10px 20px; means 10-by-20 ellipse in every corner.
border-radius: 10px 20px; means 10-by-10 circles in the top left and bottom
right corners, 20-by-20 in the other corners.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list