[Webkit-unassigned] [Bug 95648] New: Value of overflow not respected when the container has a rounded border

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 1 11:37:01 PDT 2012


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

           Summary: Value of overflow not respected when the container has
                    a rounded border
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/YuXfH/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dzmail90-dev at yahoo.it


When a container block has a rounded border with overflow:hidden
and the content block has a position value other than static,
if the content block is bigger than the container block,
the content block is shown outside the container.
In other words, the content block is clipped the same way as if the container block doesn't have a rounded border.
This is in contrast with respect to the W3C spec: "Other effects that clip to the border or padding edge (such as ‘overflow’ other than ‘visible’) also must clip to the curve." (http://www.w3.org/TR/css3-background/#the-border-radius).
Test case at: http://jsfiddle.net/YuXfH/

-- 
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