|
| 1 | +draft_date: 2025-11-10 |
| 2 | +name: CSS Box Alignment Module Level 3 |
| 3 | +description: TODO |
| 4 | +spec: https://drafts.csswg.org/css-align-3/ |
| 5 | +compat_features: |
| 6 | + - css.properties.justify-items.block_context |
| 7 | + - css.properties.justify-self.block_context |
| 8 | + |
| 9 | +# The following features in the spec are already part of web-features: |
| 10 | +# - Flexbox: |
| 11 | +# - css.properties.align-content |
| 12 | +# - css.properties.align-content.flex_context |
| 13 | +# - css.properties.align-content.flex_context.baseline |
| 14 | +# - css.properties.align-content.flex_context.first_baseline |
| 15 | +# - css.properties.align-content.flex_context.last_baseline |
| 16 | +# - css.properties.align-content.flex_context.safe_unsafe |
| 17 | +# - css.properties.align-content.flex_context.space-evenly |
| 18 | +# - css.properties.align-content.flex_context.start_end |
| 19 | +# - css.properties.align-content.flex_context.stretch |
| 20 | +# - css.properties.align-content.normal |
| 21 | +# - css.properties.align-items |
| 22 | +# - css.properties.align-items.flex_context |
| 23 | +# - css.properties.align-items.flex_context.baseline |
| 24 | +# - css.properties.align-items.flex_context.first_baseline |
| 25 | +# - css.properties.align-items.flex_context.last_baseline |
| 26 | +# - css.properties.align-items.flex_context.safe_unsafe |
| 27 | +# - css.properties.align-items.flex_context.start_end |
| 28 | +# - css.properties.align-self |
| 29 | +# - css.properties.align-self.auto |
| 30 | +# - css.properties.align-self.flex_context |
| 31 | +# - css.properties.align-self.flex_context.first_baseline |
| 32 | +# - css.properties.align-self.flex_context.last_baseline |
| 33 | +# - css.properties.align-self.flex_context.safe_unsafe |
| 34 | +# - css.properties.align-self.flex_context.start_end |
| 35 | +# - css.properties.align-self.normal |
| 36 | +# - css.properties.align-self.stretch |
| 37 | +# - css.properties.justify-content |
| 38 | +# - css.properties.justify-content.flex_context |
| 39 | +# - css.properties.justify-content.flex_context.left_right |
| 40 | +# - css.properties.justify-content.flex_context.safe_unsafe |
| 41 | +# - css.properties.justify-content.flex_context.space-evenly |
| 42 | +# - css.properties.justify-content.flex_context.start_end |
| 43 | +# - css.properties.justify-content.flex_context.stretch |
| 44 | +# - css.properties.justify-content.left |
| 45 | +# - css.properties.justify-content.normal |
| 46 | +# - css.properties.justify-content.right |
| 47 | +# - css.properties.justify-items |
| 48 | +# - css.properties.justify-items.flex_context |
| 49 | +# - css.properties.justify-items.left |
| 50 | +# - css.properties.justify-items.legacy |
| 51 | +# - css.properties.justify-items.right |
| 52 | +# - css.properties.place-content |
| 53 | +# - css.properties.place-content.flex_context |
| 54 | +# - css.properties.place-items |
| 55 | +# - css.properties.place-items.flex_context |
| 56 | +# - css.properties.place-self |
| 57 | +# - css.properties.place-self.flex_context |
| 58 | +# - align-content in block layouts: |
| 59 | +# - css.properties.align-content.block_context |
| 60 | +# - Grid: |
| 61 | +# - css.properties.align-content.grid_context |
| 62 | +# - css.properties.align-items.grid_context |
| 63 | +# - css.properties.align-items.grid_context.start_end |
| 64 | +# - css.properties.align-self.grid_context |
| 65 | +# - css.properties.column-gap.grid_context |
| 66 | +# - css.properties.gap |
| 67 | +# - css.properties.gap.grid_context |
| 68 | +# - css.properties.gap.grid_context.calc_values |
| 69 | +# - css.properties.gap.grid_context.percentage_values |
| 70 | +# - css.properties.gap.normal |
| 71 | +# - css.properties.justify-content.grid_context |
| 72 | +# - css.properties.justify-items.grid_context |
| 73 | +# - css.properties.justify-self |
| 74 | +# - css.properties.justify-self.auto |
| 75 | +# - css.properties.justify-self.grid_context |
| 76 | +# - css.properties.justify-self.left |
| 77 | +# - css.properties.justify-self.normal |
| 78 | +# - css.properties.justify-self.right |
| 79 | +# - css.properties.justify-self.stretch |
| 80 | +# - css.properties.place-content.grid_context |
| 81 | +# - css.properties.place-items.grid_context |
| 82 | +# - css.properties.place-self.grid_context |
| 83 | +# - css.properties.row-gap |
| 84 | +# - css.properties.row-gap.grid_context |
| 85 | +# - css.properties.row-gap.normal |
| 86 | +# - Multi-column layout: |
| 87 | +# - css.properties.align-content.multicol_context |
| 88 | +# - css.properties.column-gap |
| 89 | +# - css.properties.column-gap.multicol_context |
| 90 | +# - css.properties.column-gap.multicol_context.calc_values |
| 91 | +# - css.properties.column-gap.multicol_context.percentage_values |
| 92 | +# - css.properties.column-gap.normal |
| 93 | +# - css.properties.gap.multicol_context |
| 94 | +# - Absolute positioning: |
| 95 | +# - css.properties.align-self.position_absolute_context |
| 96 | +# - css.properties.justify-self.position_absolute_context |
| 97 | +# - css.properties.place-self.position_absolute_context |
| 98 | +# - Flexbox gap: |
| 99 | +# - css.properties.column-gap.flex_context |
| 100 | +# - css.properties.gap.flex_context |
| 101 | +# - css.properties.row-gap.flex_context |
0 commit comments