Replies: 1 comment
-
|
We currently have no plans to support vertical writing mode. Most of the locales that have a vertical writing mode are for print and formal things if I recall correctly, almost all of them have a horizontal mode as well that is used on the web. (Going off memory of a discussion multiple years ago) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Since react-aria supports various locales, I was wondering whether
writing-mode: verticalis something the library plans to support or not. Right now, various issues come up whenever layout is calculated because, internally, the library uses measurements only in the physical axis (e.g. offsetWidth, scrollWidth), etc. without adjusting for the logical writing mode.PS: I'm not asking because we are in need of support for this, but rather because I would like to know what to cater towards when implementing new features.
Beta Was this translation helpful? Give feedback.
All reactions