RESOLVED INVALID Bug 22709
Border radius ignored in rendering
https://bugs.webkit.org/show_bug.cgi?id=22709
Summary Border radius ignored in rendering
Luca Ferretti
Reported 2008-12-06 04:02:19 PST
Page in URL specify the follow in CCS: border: thin solid; border-right: none; border-radius: 0.3em 0.4em; border-top-left-radius: 2em 1.5em; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; But top left border is not rounded.
Attachments
Luca Ferretti
Comment 1 2008-12-06 04:03:44 PST
Mark Rowe (bdash)
Comment 2 2008-12-07 01:17:43 PST
WebKit does not support an unprefixed version of border-radius due to the standard still being in flux. If the page were to use -webkit-border-radius it would render as expected.
Note You need to log in before you can comment on or make changes to this bug.