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
All of these cases should instead be checking for a "definite" size; in cases like a flex item whose size was "auto" but is treated as definite per the Flex Layout rules, ortho flows in that item should respect that size (rather than falling thru to the viewport-based size).
The text was updated successfully, but these errors were encountered:
In https://drafts.csswg.org/css-writing-modes/#orthogonal-auto, the algorithm checks if a container has a "fixed" size in a few places.
All of these cases should instead be checking for a "definite" size; in cases like a flex item whose size was "auto" but is treated as definite per the Flex Layout rules, ortho flows in that item should respect that size (rather than falling thru to the viewport-based size).
The text was updated successfully, but these errors were encountered: