Bug 244858 - Implement last baseline alignment for Flexbox tables
Summary: Implement last baseline alignment for Flexbox tables
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-09-06 14:48 PDT by Sammy Gill
Modified: 2022-10-14 13:00 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sammy Gill 2022-09-06 14:48:11 PDT
The first/last baseline set of a table box is the first/last baseline set of its first/last row.
When finding the first/last baseline set of an inline-block, any baselines contributed by table boxes must be skipped. (This quirk is a legacy behavior from [CSS2].)
Comment 1 Radar WebKit Bug Importer 2022-09-06 14:48:39 PDT
<rdar://problem/99621230>
Comment 2 Sammy Gill 2022-10-11 15:19:55 PDT
Pull request: https://github.com/WebKit/WebKit/pull/5260
Comment 3 EWS 2022-10-14 13:00:06 PDT
Committed 255546@main (bf33593289e7): <https://commits.webkit.org/255546@main>

Reviewed commits have been landed. Closing PR #5260 and removing active labels.