[webkit-changes] [WebKit/WebKit] e481ab: [FFC] Fix imported/w3c/web-platform-tests/css/css-...
Alan Baradlay
noreply at github.com
Sat Sep 28 05:15:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e481ab72fabc3c0cb1ec9b22589fa951c74cb4a3
https://github.com/WebKit/WebKit/commit/e481ab72fabc3c0cb1ec9b22589fa951c74cb4a3
Author: Alan Baradlay <zalan at apple.com>
Date: 2024-09-28 (Sat, 28 Sep 2024)
Changed paths:
M Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp
Log Message:
-----------
[FFC] Fix imported/w3c/web-platform-tests/css/css-flexbox/flexbox-justify-content-horiz-003.xhtml
https://bugs.webkit.org/show_bug.cgi?id=280540
Reviewed by Antti Koivisto.
Implement fallback values for space-between, space-around and space-evenly.
It handles both overflowing and lone flex item cases.
(FFC already handled the lone case, but let's use the fallback mechanism instead.)
* Source/WebCore/layout/formattingContexts/flex/FlexLayout.cpp:
(WebCore::Layout::FlexLayout::handleMainAxisAlignment const):
Canonical link: https://commits.webkit.org/284412@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list