Re: [csswg-drafts] [css-flexbox] Change content-size suggestion to min-intrinsic instead of min-content? (#6794)

Looks like Gecko does something like
```
content-size suggestion = max(min-content, min-intrinsic)
```
or maybe Gecko floors the entire automatic minimum size?
```
min-size:auto = max(min-size:auto, min-intrinsic)
```

Seems reasonable and Blink can try to match if that's the behavior we end up adopting.

@dholbert @aethanyc , can you report what logic Gecko follows such that the flex item in https://jsfiddle.net/dgrogan/2734sdfr/ has automatic minimum width of 100px?

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


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

Received on Wednesday, 10 November 2021 22:09:20 UTC