- From: Ian Kilpatrick via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Dec 2022 20:19:38 +0000
- To: public-css-archive@w3.org
bfgeek has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-grid-3] Masonry - align-tracks / justify-tracks not defined sufficiently - has issues with spanning items == Unclear is `align-tracks` / `justify-tracks` is a good design see previous issue: https://github.com/w3c/csswg-drafts/issues/8207 However currently underspecified. Specifically: 1. Unclear how to deal with items which are spanning multiple tracks. I played very quickly with this in Firefox and unclear what was occuring. 2. "stretch" needs to be defined precisely. Specifically you can get into an over-constrained situation with items having max-height specified on them. How to you distribute the excess space when one item hits its max? 3. From talking with web-developers the fact that flexbox flexes based on the content box was confusing, and likely shouldn't be carried forward to other modes. Grid doesn't do this - we shouldn't do this for masonry as well. 4. Increasing auto-margins isn't how flexbox works, should likely rely on flexbox behaviour here? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8208 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 8 December 2022 20:19:40 UTC