Bug 62639

Summary: Background from parent element border-radius clipping bleeds through to child
Product: WebKit Reporter: Jon Leighton <j>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED ---    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jsfiddle.net/FfBWr/1/

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.