[csswg-drafts] [css-grid-3][masonry] Initial value of track listing for masonry grid axis (#10869)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-3][masonry] Initial value of track listing for masonry grid axis ==
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 instead uses an initial value of `repeat(auto-areas, auto)` which repeats `auto` to match the template areas (ignoring `masonry-auto-tracks`), and falls back to `repeat(auto-fill, auto)`... which is technically not defined atm, since auto depends on explicit placement.

What should the initial track listing be for masonry layout?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10869 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 11 September 2024 16:01:28 UTC