Re: [csswg-drafts] [css-sizing-3] Content contribution of min-inline-size:fit-content and max-inline-size:fit-content (#10721)

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