RESOLVED FIXED Bug 27578
[CSS3 Backgrounds and Borders] Drop the prefix from the border-radius properties
https://bugs.webkit.org/show_bug.cgi?id=27578
Summary [CSS3 Backgrounds and Borders] Drop the prefix from the border-radius properties
Dave Hyatt
Reported 2009-07-22 15:49:46 PDT
This can be done by eliminating the old properties (like we did with -webkit-opacity), since there are no syntactic incompatibilities.
Attachments
mitz
Comment 1 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.
mitz
Comment 2 2009-07-28 17:03:05 PDT
I made a single patch for this bug and for bug 27584 and attached it to that bug.
mitz
Comment 3 2009-07-28 17:17:39 PDT
Note You need to log in before you can comment on or make changes to this bug.