-
[Grid-Integrated syntax vs Grid-Independent syntax](https://www.w3.org/TR/css-grid-3/#alternative-proposals): Which one and why? What use cases are you excited about, and how do they map to the differ…
-
### Clear and concise description of the problem
Height difference between columns is too large
![Image](https://github.com/user-attachments/assets/6b27adeb-00fb-4a27-a62c-e62edf7d6b00)
### Sugges…
-
The initial value of `grid-template-columns` is `none`, which ends up creating as many tracks as there are template areas, sizing them per `grid-auto-columns`.
Tab's Alternate Masonry Proposal inst…
-
Just overheard a conversation suggesting that maybe `masonry` isn't the word we want, so opening an issue to track that suggestion. Maybe `pack`? Open to ideas, if we find one we like we can consider …
-
Tab's [Alternate Masonry Proposal](https://tabatkins.github.io/specs/css-masonry/#repeat) introduced a new `auto-areas` keyword for the `repeat()` function, which repeats the given track listing as ma…
-
### Description
**From the spec:**
Masonry layout is a common Web design pattern where a number of items—commonly images or short article summaries—are placed one by one into columns in a way that…
-
Google's earlier Alternate Masonry Proposal—which didn't allow for mixed track sizing and constrained all content-sized tracks to be the same size—allowed `repeat(auto-fill, auto)` as a track listing,…
-
As per title; I haven't seen examples of `display: inline masonry`. I also think should ensure to include the legacy `inline-masonry` keyword if we're using `display`.
-
https://drafts.csswg.org/css-grid-3/ seems to assume that the explicit grid has 0 tracks in the masonry axis.
This is usually the case, since `grid-template-rows/columns` needs to be set to `masonr…
-
https://github.com/w3c/csswg-drafts/issues/9328#issuecomment-1823217994 didn't resolve on the name for this property.
In the spec it has been tentatively added as `masonry-slack`: https://drafts.c…