[Webkit-unassigned] [Bug 248569] New: Always make ::backdrop renderers the child of the RenderView except for <dialog>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 15:58:11 PST 2022


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

            Bug ID: 248569
           Summary: Always make ::backdrop renderers the child of the
                    RenderView except for <dialog>
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com

Some renderers don't expect extra children like RenderVideo, which causes the ::backdrop to not be laid out. We could fix all renderers to lay out children, but that's probably unnecessary complexity and it's likely to miss certain cases.

So let's append all ::backdrop to the RenderView whenever we can.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221130/a8829350/attachment-0001.htm>


More information about the webkit-unassigned mailing list