NEW 117296
<canvas> contents render on top of overlapping <div> even when they shouldn't
https://bugs.webkit.org/show_bug.cgi?id=117296
Summary <canvas> contents render on top of overlapping <div> even when they shouldn't
Mihai Balan
Reported 2013-06-06 07:38:15 PDT
Non-positioned elements that overlap (e.g. by using negative margins) should be painted in DOM order - and this happens for "regular" elements. However, <canvas> elements that should render below an overlapping <div> actually render their contents on top of said <div> See attached files for sample with both 2D and 3D <canvas>es.
Attachments
Test-case (89.61 KB, application/zip)
2013-06-06 08:08 PDT, Mihai Balan
no flags
Mihai Balan
Comment 1 2013-06-06 08:08:10 PDT
Created attachment 203936 [details] Test-case
Brent Fulgham
Comment 2 2022-07-18 15:15:24 PDT
Both of these continue to be an issue in Safari 16+
Radar WebKit Bug Importer
Comment 3 2022-07-18 15:15:35 PDT
Note You need to log in before you can comment on or make changes to this bug.