RESOLVED FIXED 200502
[LFC] Rename FormattingContext::layoutOutOfFlowDescendants to layoutOutOfFlowContent
https://bugs.webkit.org/show_bug.cgi?id=200502
Summary [LFC] Rename FormattingContext::layoutOutOfFlowDescendants to layoutOutOfFlow...
zalan
Reported 2019-08-07 07:34:18 PDT
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.
Attachments
Patch (7.98 KB, patch)
2019-08-07 07:45 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2019-08-07 07:38:08 PDT
zalan
Comment 2 2019-08-07 07:45:50 PDT
WebKit Commit Bot
Comment 3 2019-08-07 08:33:01 PDT
Comment on attachment 375697 [details] Patch Clearing flags on attachment: 375697 Committed r248365: <https://trac.webkit.org/changeset/248365>
WebKit Commit Bot
Comment 4 2019-08-07 08:33:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.