- From: Tim Nguyen via GitHub <sysbot+gh@w3.org>
- Date: Mon, 12 Aug 2024 19:57:13 +0000
- To: public-css-archive@w3.org
The part after the `-` is the block flow direction (in this case top to bottom). The inline flow isn't really controlled by the writing mode. Maybe(?) it could make sense to have a shorthand for the text flow though (cc @fantasai ) Although note that in your case, you really just need `direction: ltr;` / `direction: rtl`, `writing-mode: horizontal-tb` is the default value. -- GitHub Notification of comment by nt1m Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10731#issuecomment-2284801921 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 12 August 2024 19:57:14 UTC