NEW267006
[css-flexbox] Compute flexbox baselines at the end of flex layout
https://bugs.webkit.org/show_bug.cgi?id=267006
Summary [css-flexbox] Compute flexbox baselines at the end of flex layout
Sammy Gill
Reported 2024-01-02 15:48:44 PST
We currently compute the Flexbox's baselines on demand whenever it is requested. This is problematic though because at that point we no longer know the structure of the flex lines we sometimes cannot compute the correct baseline. As a precursor step to using the structure of flex lines when determining the baselines of a flexbox, we should start computing the baselines at the end of flex layout and store them as an output that can be returned whenever baseline information is requested.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-02 15:49:07 PST
Sammy Gill
Comment 2 2024-01-02 16:16:59 PST
Note You need to log in before you can comment on or make changes to this bug.