Re: [csswg-drafts] [css-flexbox-2] Add flex-wrap: dense (#3071)

Going further requires understanding what is meant by "able to shrink". There's a lot of possibilities! Is it min-width? min-content size? I don't think we want to cause size recomputation during line-breaking; currently we purposely just compute the base size and use that. I'd like to retain that simplicity if possible.

Even if you knew how much space was "available" (say it's based on min-content sizes), the 'slack' value is still important; you probably dont' want to squeeze items in *completely* until the minimum size doesn't fit anymore.

So the concern is, afaict, just the possibility that within your (likely relatively small) slack value, the items might be so inflexible that they can't even shrink that much. I suspect that's rarely going to be much of a problem?

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


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

Received on Friday, 31 January 2025 22:55:43 UTC