WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
260081
[css-flex][baseline-alignment] RenderFlexibleBox getBaselineChild needs to take into consideration flex line structure
https://bugs.webkit.org/show_bug.cgi?id=260081
Summary
[css-flex][baseline-alignment] RenderFlexibleBox getBaselineChild needs to ta...
Sammy Gill
Reported
2023-08-11 12:38:48 PDT
https://drafts.csswg.org/css-flexbox-1/#flex-baselines
The current implementation of getBaselineChild does not take into consideration the writing mode or flex direction when determining which flex item to use for the flex container's baseline. This leads to many failures in the css/css-flexbox/alignment/flex-align-baseline-flex-* WPT tests. This bugzilla issue should serve as an umbrella for all of the incremental patches that will be added to rework the function implementation to more closely align to the spec.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-08-11 12:39:09 PDT
<
rdar://problem/113765715
>
Sammy Gill
Comment 2
2024-01-02 15:28:01 PST
Renaming the bug to mention that we should be using the flex line structure instead since that's really the central issue in the code
Sammy Gill
Comment 3
2025-01-06 15:13:01 PST
We ended up fixing the bugs that this was targeting in different patches so this is no longer needed
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug