RESOLVED FIXED 216502
[LFC][FFC] Block box flex items establish block formatting contexts
https://bugs.webkit.org/show_bug.cgi?id=216502
Summary [LFC][FFC] Block box flex items establish block formatting contexts
zalan
Reported 2020-09-14 16:34:31 PDT
1. A block box that establishes an independent formatting context establishes a new block formatting context for its contents. 2. The display value of a flex item is blockified: if the specified display of an in-flow child of an element generating a flex container is an inline-level value, it computes to its block-level equivalent.
Attachments
Patch (3.47 KB, patch)
2020-09-14 16:40 PDT, zalan
no flags
Patch (5.47 KB, patch)
2020-09-14 17:01 PDT, zalan
no flags
zalan
Comment 1 2020-09-14 16:40:51 PDT
Simon Fraser (smfr)
Comment 2 2020-09-14 16:47:05 PDT
Comment on attachment 408760 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=408760&action=review > Source/WebCore/layout/layouttree/LayoutBox.h:108 > bool isBlockLevelBox() const; > + bool isBlockBox() const; I think a comment is justified to explain the different between BlockLevelBox and BlockBox
zalan
Comment 3 2020-09-14 16:51:56 PDT
(In reply to Simon Fraser (smfr) from comment #2) > Comment on attachment 408760 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=408760&action=review > > > Source/WebCore/layout/layouttree/LayoutBox.h:108 > > bool isBlockLevelBox() const; > > + bool isBlockBox() const; > > I think a comment is justified to explain the different between > BlockLevelBox and BlockBox I can copy&paste them from the .cpp (these are all spec terms btw).
zalan
Comment 4 2020-09-14 17:01:34 PDT
EWS
Comment 5 2020-09-14 17:40:23 PDT
Committed r267059: <https://trac.webkit.org/changeset/267059> All reviewed patches have been landed. Closing bug and clearing flags on attachment 408763 [details].
Radar WebKit Bug Importer
Comment 6 2020-09-14 17:41:16 PDT
Note You need to log in before you can comment on or make changes to this bug.