[wpt-sync] Sync PR 35956 - [last-baseline] Support last baseline alignment within grid/flex.
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 35956 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35956
Details from upstream follow.
Ian Kilpatrick <ikilpatrick@chromium.org> wrote:
[last-baseline] Support last baseline alignment within grid/flex.
This adds support for last baseline alignment within grid/flex with
block layout as children (or rather anything which exports a "correct"
last baseline).If something has last baseline alignment it will be placed in the
opposite baseline sharing group that it would naturally be.The small additional code in the flex/grid layout algorithm is to
read the baseline from the correct edge.Bug: 885175
Change-Id: Ibf5d6dff79e1b611a459257647652506280932b5
Reviewed-on: https://chromium-review.googlesource.com/3892666
WPT-Export-Revision: 94555527cfa2b5f4315e7972070a7a1505c555ed
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Comment 3•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/7c5a15ca6b35
https://hg.mozilla.org/mozilla-central/rev/daac08696b65
Description
•