You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My first thought was that it might be due to an interaction with break-before or break-after in multi-line flex containers. But “The exact layout of a fragmented flex container is not defined in this level of Flexible Box Layout” so it may be more of a future thing and only in paginated contexts.
This pen shows Firefox honoring break-before: page in a non-paginated context, which I am not sure it is supposed to be doing: https://codepen.io/astearns/pen/QWMEBdY
https://drafts.csswg.org/css-flexbox/#intrinsic-main-sizes says, emphasis mine:
Question: if the lines are of infinite length, how could there be more than one line?
The text was updated successfully, but these errors were encountered: