Re: [csswg-drafts] Setting the primary scrolling direction for an scrollable element (#10060)

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