Open tkent-google opened 11 months ago
/cc @emilio
All browsers, including Firefox, support align-content
for block layout.
They haven't mentioned it in any release notes but Chrome / Edge 130 now supports justify-self
and justify-items
without needing display: grid
or display: flex
.
Chrome supports justify-self
and align-self
for absolutely positioned elements. There seems to be a slightly buggy implementation of this in Firefox Nightly.
As a developer, I love this feature and hope Firefox supports it soon.
Request for Mozilla Position on an Emerging Web Specification
@
-mention GitHub accounts):Other information
We'd like to know Mozilla position for the css-align-3, especially for
align-cotent
,justify-content
, andplace-content
properties for non-flex/grid containers.And
justify-self
andalign-self
for non-flex/grid items.Chromium and WebKit just started their implementations.