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)

defect

Tracking

()

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.

[1] https://searchfox.org/mozilla-central/rev/361f258f46af4b9c881be81d1291000827c15704/layout/generic/nsFlexContainerFrame.cpp#1206-1207

You need to log in before you can comment on or make changes to this bug.