[csswg-drafts] [css-flexbox] multiple lines when calculating container's max-content main size? (#6747)

davidsgrogan has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-flexbox] multiple lines when calculating container's max-content main size? ==
https://drafts.csswg.org/css-flexbox/#intrinsic-main-sizes says, emphasis mine:

> 2. Place all flex items into **lines** of infinite length.
> 3. **Within each line**, find the largest max-content flex fraction among all the flex items...
> 4. The flex container’s max-content size is the largest sum of the afore-calculated sizes of all items **within a single line**.

Question: if the lines are of infinite length, how could there be more than one line?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6747 using your GitHub account


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

Received on Tuesday, 19 October 2021 20:43:00 UTC