-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal
Description
Description
justify-self
should work for block-level boxes and justify-items
should work for block containers.
This is implemented in Chromium-based browsers since version 130 (it was not mentioned in any release notes but is mentioned here). In Firefox and Safari, justify-items can only be used in conjunction with display: grid
and justify-self
can only be used for absolutely positioned boxes or grid items.
Several updates to alignment have been implemented across all browsers over the last few years:
- The self-alignment properties
align-self
andjustify-self
work for absolutely positioned elements. align-content
works without the need for flexbox or grid.
This finishes the work of updating CSS alignment.
Specification
https://www.w3.org/TR/css-align-3
web-feature
No response
Test Links
No response
Additional Signals
nileshprajapati, lukewarlow, jsnkuhn, andreubotella, Loirooriol and 5 more
Metadata
Metadata
Assignees
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal
Type
Projects
Status
No status