← back to v145 · column-wrapping-for-multicol

conformance · v145

v145 · column-wrapping-for-multicol — conformance probe

6 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.

browser: spec: https://drafts.csswg.org/css-multicol-2/#cwr chromestatus: #5176206485618688 generated 2026-06-01T08:14:32Z by conformance-author-v1-subagent
0
pass
0
fail
0
blocked
6
total
id contract kind verdict detail
column-wrap-supported The column-wrap CSS property is supported, the toggle that opts in to 2D / wrapped multicol layout. spec ↗ css-supports
column-wrap-nowrap-supported column-wrap accepts the nowrap keyword — the legacy multicol behaviour. spec ↗ css-supports
column-height-supported The column-height CSS property is supported, allowing an explicit constrained height per column. spec ↗ css-supports
column-height-auto-supported column-height accepts the auto keyword — height derives from container box. spec ↗ css-supports
column-count-still-supported The pre-existing column-count CSS property is supported, the foundation multicol property column-wrap composes with. css-supports
computed-column-wrap-roundtrips Setting column-wrap through CSSOM round-trips through getComputedStyle. spec ↗ script