[wpt-sync] Sync PR 35976 - [last-baseline] Propagate last-baseline from tables.
Categories
(Core :: Layout: Flexbox, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 35976 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35976
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[last-baseline] Propagate last-baseline from tables.
For more details see:
https://github.com/w3c/csswg-drafts/issues/7655#issuecomment-1248528627Effectively we should propagate the last-baseline from the last
table-row (we ignore caption baselines for example).If the row is baseline aligned (using vertical-align: baseline) this
becomes the first & last baseline (until we support
"align-content: last baseline"), otherwise we use the lowest
content-edge.Bug: 885175
Change-Id: Id9de2f8baff5511fd4da2cef3f056c1bac0fc112Reviewed-on: https://chromium-review.googlesource.com/3907838
WPT-Export-Revision: cb748b7b7f62384cbabd88edd33a2ee822b0ebe7
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Comment 3•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cb0c02d11ac0
https://hg.mozilla.org/mozilla-central/rev/3d5f43b77f3e
Description
•