Open Bug 1694298 Opened 3 years ago Updated 3 years ago

Table flex item's max-width/max-height is not respected

Categories

(Core :: Layout: Flexbox, defect)

defect

Tracking

()

Webcompat Priority P3

People

(Reporter: TYLin, Unassigned)

References

Details

Attachments

(1 file)

Bug 1674302 doesn't make table flex item respect the max-width/max-height. That is, table flex item main size shouldn't grow larger than its max main size. See the the testcase attached.

This is required by flex algorithm 9.7.5 (d)

Fix min/max violations. Clamp each non-frozen item’s target main size by its used min and max main sizes and floor its content-box size at zero.

https://drafts.csswg.org/css-flexbox-1/#resolve-flexible-lengths

Webcompat Priority: --- → ?
Webcompat Priority: ? → P3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: