- From: davidsgrogan via GitHub <sysbot+gh@w3.org>
- Date: Tue, 19 Apr 2022 18:52:37 +0000
- To: public-css-archive@w3.org
I think the new text gives this flexbox an infinite min and max intrinsic size. Is that intended? ```html <div style="display: flex;"> <!-- contribution = 500 --> <!-- fraction = inf --> <div style="flex: 0 1 200px; width: 500px;"></div> <!-- contribution = 200 --> <!-- fraction = 50 --> <!-- flex base size + largest fraction * flex grow factor = inf --> <div style="flex: 2 0 100px; width: 200px;"></div> </div> ``` -- GitHub Notification of comment by davidsgrogan Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7189#issuecomment-1102978105 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 19 April 2022 18:52:38 UTC