Skip to content
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

Support writing-mode property (vertical inline axis) #752

Open
6 tasks
Tracked by #345
nicoburns opened this issue Dec 4, 2024 · 0 comments
Open
6 tasks
Tracked by #345

Support writing-mode property (vertical inline axis) #752

nicoburns opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nicoburns
Copy link
Collaborator

What problem does this solve or what need does it fill?

This allows for rotated layouts where the inline axis is vertical rather than horizontal, which is mainlly useful when the text contained within the layout is also vertical.

What solution would you like?

  • Add WritingMode style
  • Add support to the test generator for generating this style
  • Add support for Flexbox algorithm
  • Add support for CSS Grid algorithm
  • Add support for Block algorithm
  • Consider rethinking our caching scheme to be "inline centric"

We will need to implement to "rules for orthogonal flows" from the CSS specifications.

Additional context

writing-mode is also heavily used in WPT tests (especially CSS Grid tests). So we need support if want to pass those tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant