Open
Bug 1747305
Opened 4 years ago
Honor <overflow-position>: safe | unsafe on justify-content and align-content for flexbox's abspos child
Categories
(Core :: Layout: Flexbox, defect)
Core
Layout: Flexbox
Tracking
()
NEW
People
(Reporter: TYLin, Unassigned)
References
()
Details
In SimplifyAlignOrJustifyContentForOneItem()
[1], we unconditionally strip <overflow-position>
bits, and not return them to the caller. That is, we don't honor <overflow-position>: safe | unsafe
value on justify-content
and align-content
for flexbox's abspos child.
You need to log in
before you can comment on or make changes to this bug.
Description
•