Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Grid Masonry Layout #105

Closed
bennypowers opened this issue Dec 7, 2022 · 3 comments
Closed

CSS Grid Masonry Layout #105

bennypowers opened this issue Dec 7, 2022 · 3 comments

Comments

@bennypowers
Copy link

bennypowers commented Dec 7, 2022

Request for position on an emerging web specification

Information about the spec

Design reviews and vendor positions

Mozilla has implemented this.

Anything else we need to know

Masonry layout is a layout method where one axis uses a typical strict grid layout, most often columns, and the other a masonry layout. On the masonry axis, rather than sticking to a strict grid with gaps being left after shorter items, the items in the following row rise up to completely fill the gaps. - MDN

@dgrammatiko
Copy link

WebKit/WebKit#6940

@gsnedders
Copy link

We should still document our position.

@gsnedders gsnedders reopened this Dec 7, 2022
@gsnedders gsnedders added topic: layout Spec relates to layout venue: W3C CSS WG labels Dec 7, 2022
@hober
Copy link
Member

hober commented Mar 21, 2023

Talked about this with several colleagues today and we're generally supportive. We'll add the position: support label in a week unless anybody objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

5 participants