[csswg-drafts] [css-flexbox] Collecting items into lines: use hypothetical main sizes? (#4906)

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

== [css-flexbox] Collecting items into lines: use hypothetical main sizes? ==
https://drafts.csswg.org/css-flexbox/#algo-line-break
> collect consecutive items one by one until the first time that the next collected item would not fit into the flex container’s inner main size

What does it mean for items to “fit”? Given that this step comes soon after computing a *hypothetical main size* for each flex item it would make sense to rely on those (plus main axis padding and borders and margins, with zero for `auto` margins), but that is not defined.

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

Received on Friday, 27 March 2020 16:33:17 UTC