Re: [csswg-drafts] [css-flexbox-1] Intrinsic Main Size algo has errors (#7189)

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