Bug 62639
| Summary: | Background from parent element border-radius clipping bleeds through to child | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jon Leighton <j> |
| Component: | Layout and Rendering | Assignee: | 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/ | ||
Jon Leighton
Please see the demo above. Part of the red background from the parent element clearly bleeds into the yellow background of the child element.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
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.