mozilla / standards-positions

https://mozilla.github.io/standards-positions/
Mozilla Public License 2.0
653 stars 73 forks source link

CSS Box Alignment Module Level 3 #941

Open tkent-google opened 11 months ago

tkent-google commented 11 months ago

Request for Mozilla Position on an Emerging Web Specification

Other information

We'd like to know Mozilla position for the css-align-3, especially for align-cotent, justify-content, and place-content properties for non-flex/grid containers.

And justify-self and align-self for non-flex/grid items.

Chromium and WebKit just started their implementations.

vmpstr commented 11 months ago

/cc @emilio

o-t-w commented 2 weeks ago

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.