- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Oct 2024 19:29:34 +0000
- To: public-css-archive@w3.org
I guess treating `max-width: fit-content` as `max-width: max-content` follows from the fit-content formula ```css clamp(min-content, stretch, max-content) ``` if you treat an indefinite `max-width: stretch` as infinity. But see #11006, the spec says to treat an indefinite `stretch` as an automatic size. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10721#issuecomment-2414841225 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 October 2024 19:29:35 UTC