Bug 62639 - Background from parent element border-radius clipping bleeds through to child
Summary: Background from parent element border-radius clipping bleeds through to child
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/FfBWr/1/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-14 08:33 PDT by Jon Leighton
Modified: 2024-08-29 18:07 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Leighton 2011-06-14 08:33:57 PDT
Please see the demo above. Part of the red background from the parent element clearly bleeds into the yellow background of the child element.
Comment 1 Simon Fraser (smfr) 2024-08-29 18:07:49 PDT
I see no color bleed in recent Safari with your example.

We do have mitigations for color bleed between borders and backgrounds on a single element, but it's a very hard problem to solve across elements.