Skip to content

Commit 5cd80f5

Browse files
authored
Add feature for justify-self in block layouts (#3505)
1 parent 121e214 commit 5cd80f5

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

features/justify-self-block.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: justify-self in block layouts
2+
description: >
3+
The `justify-self` CSS property aligns an item along a container's inline axis in block layouts, like it does in grid layouts.
4+
Likewise, the `justify-items` property sets a default `justify-self` value for all items in a container in a block layout.
5+
spec: https://drafts.csswg.org/css-align-3/#justify-block
6+
group: layout
7+
compat_features:
8+
- css.properties.justify-items.block_context
9+
- css.properties.justify-self.block_context
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated from: justify-self-block.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "130"
8+
chrome_android: "130"
9+
edge: "130"
10+
compat_features:
11+
- css.properties.justify-items.block_context
12+
- css.properties.justify-self.block_context

0 commit comments

Comments
 (0)