Re: [csswg-drafts] [css-grid-3][masonry] Enabling repeat(auto-fill, auto) (#10915)

Yeah, my original draft's constraints meant that auto-sized repeats could be done *completely* correctly; there was no chance of spans covering different types of tracks. (You still had to ignore placement, of course, but it had less of an effect.)

Adapting that into this draft means that I can at best be heuristic. If you've only got span-1 items, it works correctly; if you do have all the tracks identical (which is what the initial value gives), it works correctly. It's only when you have a mixture of track sizes *and* spanning items that the heuristics have to kick in, and I think they still give a reasonable result.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10915#issuecomment-2359636462 using your GitHub account


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

Received on Wednesday, 18 September 2024 23:46:50 UTC