← 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.
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 | … |