[csswg-drafts] [css-writing-modes] Available space in ortho flows needs to care about "definite" container size, not "fixed" (#5198)

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

== [css-writing-modes] Available space in ortho flows needs to care about "definite" container size, not "fixed" ==
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).

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

Received on Thursday, 11 June 2020 22:17:35 UTC