- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 May 2024 23:57:10 +0000
- To: public-css-archive@w3.org
Hm, I don't think that *quite* works, but it's close. In particular, if you wanted to avoid ragged edges *or* holes, and only wanted to adjust the first/last items, then you'd want `stretch` on the first/last ones, and then `end` on the non-first items in each of the first stacks, but `start` on the non-last items in the last stacks. And I'm not sure which behavior you'd want for stacks in the middle, that aren't touching the top or bottom of a masonry track. I think we need to play with the value space some more before we hit on the right answer. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10275#issuecomment-2136284333 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 28 May 2024 23:57:11 UTC