[Webkit-unassigned] [Bug 200502] New: [LFC] Rename FormattingContext::layoutOutOfFlowDescendants to layoutOutOfFlowContent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 7 07:34:18 PDT 2019


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

            Bug ID: 200502
           Summary: [LFC] Rename
                    FormattingContext::layoutOutOfFlowDescendants to
                    layoutOutOfFlowContent
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

descendants is not accurate enough since we lay out only a subset of the out-of-flow descendant, the set that belongs to this formatting context.
<div style="float: left"><div style="position: absolute"><div style="position: absolute"></div></div></div>
<- the float's block formatting context will not lay out the inner absolutely position descendant. that's the outer abs pos box's responsibility.

-- 
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/20190807/5507b11f/attachment.html>


More information about the webkit-unassigned mailing list