Open Bug 1844870 Opened 11 months ago Updated 11 months ago

Multi-column's max-content width is not webcompatible

Categories

(Core :: Layout: Columns, defect)

defect

Tracking

()

People

(Reporter: TYLin, Unassigned)

References

Details

Attachments

(2 files)

See the attached testcase: a simple multicol container with the following style.

 border: 1px solid blue;
 width: max-content;
 column-width: 200px;

Firefox 115 puts all the content in one column.

Google Chrome 117 & Safari 17.0 create many short columns, and the multicol container's width is way larger than the browser window width. Also, note that Google Chrome also creates some blank columns at the inline-end of the multicol container (scrolled the browser to the right to see it).

See Also: → 1838852
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: