- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 12 Feb 2025 18:05:12 +0000
- To: public-css-archive@w3.org
If `fit-content` works and does a reasonable thing, then `max-content` should be allowed, since fit-content is just "max-content, clamped between min-content and available space". So it can resolve to the same value as max-content, and relies on max-content *logic* to do so. Or, if there *is* a good reason to disallow `max-content`, then that same reason blocks `fit-content` (and its variants) as well. I suspect we might indeed just want to hinge the logic on "not `auto`". -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10937#issuecomment-2654481106 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 12 February 2025 18:05:13 UTC