Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions features/justify-self-block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: justify-self in block layouts
description: >
The `justify-self` CSS property aligns an item along a container's inline axis in block layouts, like it does in grid layouts.
Likewise, the `justify-items` property sets a default `justify-self` value for all items in a container in a block layout.
spec: https://drafts.csswg.org/css-align-3/#justify-block
group: layout
compat_features:
- css.properties.justify-items.block_context
- css.properties.justify-self.block_context
12 changes: 12 additions & 0 deletions features/justify-self-block.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated from: justify-self-block.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "130"
chrome_android: "130"
edge: "130"
compat_features:
- css.properties.justify-items.block_context
- css.properties.justify-self.block_context