|
| 1 | +draft_date: 2025-04-17 |
| 2 | +name: CSS Multi-column Layout Module Level 2 |
| 3 | +description: TODO |
| 4 | +spec: https://drafts.csswg.org/css-multicol-2/ |
| 5 | +compat_features: |
| 6 | + - css.selectors.column |
| 7 | + - css.selectors.column.nested_scroll-marker |
| 8 | + |
| 9 | +# The following features in the spec are already part of web-features: |
| 10 | +# - Multi-column layout: |
| 11 | +# - css.properties.align-content.multicol_context |
| 12 | +# - css.properties.column-count |
| 13 | +# - css.properties.column-count.auto |
| 14 | +# - css.properties.column-gap |
| 15 | +# - css.properties.column-gap.multicol_context |
| 16 | +# - css.properties.column-gap.multicol_context.calc_values |
| 17 | +# - css.properties.column-gap.multicol_context.percentage_values |
| 18 | +# - css.properties.column-rule |
| 19 | +# - css.properties.column-rule-color |
| 20 | +# - css.properties.column-rule-style |
| 21 | +# - css.properties.column-rule-width |
| 22 | +# - css.properties.column-width |
| 23 | +# - css.properties.column-width.auto |
| 24 | +# - css.properties.columns |
| 25 | +# - Page breaks: |
| 26 | +# - css.properties.break-after |
| 27 | +# - css.properties.break-after.always |
| 28 | +# - css.properties.break-after.auto |
| 29 | +# - css.properties.break-after.avoid |
| 30 | +# - css.properties.break-after.avoid-page |
| 31 | +# - css.properties.break-after.left |
| 32 | +# - css.properties.break-after.page |
| 33 | +# - css.properties.break-after.paged_context |
| 34 | +# - css.properties.break-after.paged_context.avoid-page |
| 35 | +# - css.properties.break-after.paged_context.page |
| 36 | +# - css.properties.break-after.paged_context.recto |
| 37 | +# - css.properties.break-after.recto |
| 38 | +# - css.properties.break-after.right |
| 39 | +# - css.properties.break-after.verso |
| 40 | +# - css.properties.break-before |
| 41 | +# - css.properties.break-before.always |
| 42 | +# - css.properties.break-before.auto |
| 43 | +# - css.properties.break-before.avoid |
| 44 | +# - css.properties.break-before.avoid-page |
| 45 | +# - css.properties.break-before.left |
| 46 | +# - css.properties.break-before.page |
| 47 | +# - css.properties.break-before.paged_context |
| 48 | +# - css.properties.break-before.paged_context.page |
| 49 | +# - css.properties.break-before.paged_context.recto |
| 50 | +# - css.properties.break-before.recto |
| 51 | +# - css.properties.break-before.right |
| 52 | +# - css.properties.break-before.verso |
| 53 | +# - css.properties.break-inside |
| 54 | +# - css.properties.break-inside.auto |
| 55 | +# - css.properties.break-inside.avoid |
| 56 | +# - css.properties.break-inside.avoid-page |
| 57 | +# - css.properties.break-inside.paged_context |
| 58 | +# - css.properties.break-inside.paged_context.avoid-page |
| 59 | +# - Column breaks: |
| 60 | +# - css.properties.break-after.avoid-column |
| 61 | +# - css.properties.break-after.column |
| 62 | +# - css.properties.break-after.multicol_context |
| 63 | +# - css.properties.break-after.multicol_context.avoid |
| 64 | +# - css.properties.break-after.multicol_context.avoid-column |
| 65 | +# - css.properties.break-after.multicol_context.column |
| 66 | +# - css.properties.break-before.avoid-column |
| 67 | +# - css.properties.break-before.column |
| 68 | +# - css.properties.break-before.multicol_context |
| 69 | +# - css.properties.break-before.multicol_context.avoid |
| 70 | +# - css.properties.break-before.multicol_context.avoid-column |
| 71 | +# - css.properties.break-before.multicol_context.column |
| 72 | +# - css.properties.break-inside.avoid-column |
| 73 | +# - css.properties.break-inside.multicol_context |
| 74 | +# - css.properties.break-inside.multicol_context.avoid-column |
| 75 | +# - column-fill: |
| 76 | +# - css.properties.column-fill |
| 77 | +# - css.properties.column-fill.auto |
| 78 | +# - css.properties.column-fill.balance |
| 79 | +# - Flexbox gap: |
| 80 | +# - css.properties.column-gap.flex_context |
| 81 | +# - Grid: |
| 82 | +# - css.properties.column-gap.grid_context |
| 83 | +# - column-span: |
| 84 | +# - css.properties.column-span |
| 85 | +# - css.properties.column-span.all |
| 86 | +# - css.properties.column-span.none |
| 87 | +# - Widows and orphans: |
| 88 | +# - css.properties.widows |
0 commit comments