-
Notifications
You must be signed in to change notification settings - Fork 774
spec css3 writing modes sideways left
Keith Cirkel edited this page Feb 13, 2026
·
1 revision
- sideways-left is not implemented yet
- sideways-left is for Latin and other non-East Asian vertical flow, while other values (mixed, upright, sideways-right) are important values for East Asian vertical flow.
- sideways has dependency on sideways-left, and thus is implemented differently from the spec by 3 implementations (AH, Blink, WebKit)
- Mongolians must use sideways-right, not sideways, but the 3 implementations allow both.
- Keep as is
- Mark at risk and put a note for attention not to implement the sideways value if you don't implement this value
- Defer to Level 4
- Keep as is
- Mark at risk and put a note for attention not to implement this value differently from the spec
- Change the spec to follow the interoperable 3 implementations (same behavior as sideways-right)
- Defer to Level 4
- www-style thread
- Concerns of the value could prevent the property from being implemented because of its complexity.
- IIUC, design concerns were raised 2-3 times before at F2F and offline, though I could not find them in the minutes.
- IE is the only UA that supports the use case (though using the writing-mode properly, not the text-orientation property.)
- EPUB 3 CSS Profile refers to this property.