Support `writing-mode` property (vertical inline axis)
- Dominant language
- Rust
- Stars
- 3.6k
- Forks
- 222
- Avg merge
- 10h 41m
- Merged PRs (30d)
- 40
Description
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.