Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tabatkins opened this issue Jun 11, 2020 · 0 comments
Labels

Comments

@tabatkins
Copy link
Member

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).

@tabatkins tabatkins added the css-writing-modes-4 Current Work label Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant