Re: [csswg-drafts] [css-flexbox] min/max-content sizes of flex item should take definite cross size into account, right? (#11791)

And everybody agrees on a column flexbox:

```html
<!DOCTYPE html>
<div style="display: flex; flex-direction: column; width: 100px; height: 100px; background: red">
  <div style="min-height: 0; background: green">
    <canvas width="10" height="10" style="width: 100%"></canvas>
  </div>
</div>
```

| Blink, Gecko, WebKit |
| - |
| ![](https://github.com/user-attachments/assets/431a65af-c7eb-4fcc-85fb-db6afaad86f5) |

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


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

Received on Thursday, 27 February 2025 00:09:05 UTC