[webkit-changes] [WebKit/WebKit] 611b14: [FFC] FlexLayout::crossSizeForFlexLines should fol...
Alan Baradlay
noreply at github.com
Sun Jun 18 18:09:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 611b14ca979a423f711ea86c3aaa130b1111e2de
https://github.com/WebKit/WebKit/commit/611b14ca979a423f711ea86c3aaa130b1111e2de
Author: Alan Baradlay <zalan at apple.com>
Date: 2023-06-18 (Sun, 18 Jun 2023)
Changed paths:
M Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp
Log Message:
-----------
[FFC] FlexLayout::crossSizeForFlexLines should follow spec language
https://bugs.webkit.org/show_bug.cgi?id=258242
Reviewed by Antti Koivisto.
This patch implements https://www.w3.org/TR/css-flexbox-1/#algo-cross-line
(Compute the cross size of each flex lines)
* Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp:
(WebCore::Layout::FlexLayout::crossSizeForFlexLines const):
Canonical link: https://commits.webkit.org/265289@main
More information about the webkit-changes
mailing list