- From: 張俊芝 via GitHub <sysbot+gh@w3.org>
- Date: Tue, 12 Mar 2024 07:22:41 +0000
- To: public-css-archive@w3.org
Just as a personal opinion: I personally prefer the concept of **overflow**, instead of **scroll** for CSS, for example, I would prefer a property named `primary-overflow-direction` over `primary-scroll-direction`: ``` html { writing-mode: vertical-rl; primary-overflow-direction: horizontal; } ``` Because **overflow** is a more "style-oriented" name, although I started the topic using the concept of **scroll**, for the purpose of intuitively describing the issue. -- GitHub Notification of comment by Zhang-Junzhi Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10060#issuecomment-1990934812 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 12 March 2024 07:22:42 UTC