Closed
Bug 1839947
Opened 1 years ago
Closed 1 year ago
Flex container should derive its last baseline from the 'align-self: first baseline' item in endmost line
Categories
(Core :: Layout: Flexbox, defect)
Core
Layout: Flexbox
Tracking
()
RESOLVED
DUPLICATE
of bug 1840796
People
(Reporter: TYLin, Unassigned)
Details
While fixing bug 1792750, I discover that we accidentally pass [.target > * 13]
in flex-align-baseline-flex-003.html
, but my patches in bug 1792750 makes it fail.
To fix it, flex container should derive its last baseline from the align-self: first baseline
item in endmost line if the endmost line doesn't have any align-self: last baseline
items.
Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•