Bug 22709 - Border radius ignored in rendering
Summary: Border radius ignored in rendering
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL: http://www.alistapart.com/d/cssatten/...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-06 04:02 PST by Luca Ferretti
Modified: 2008-12-07 01:17 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luca Ferretti 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.
Comment 1 Luca Ferretti 2008-12-06 04:03:44 PST
WebKitGtk screenshot: https://bugs.webkit.org/attachment.cgi?id=25810&action=view
Reference PDF screenshot: https://bugs.webkit.org/attachment.cgi?id=25811&action=view

2 columns issue yet reported in bug #22706
Comment 2 Mark Rowe (bdash) 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.