- From: 張俊芝 via GitHub <noreply@w3.org>
- Date: Sat, 09 Aug 2025 10:01:17 +0000
- To: public-css-archive@w3.org
> I created an English web page that scrolls horizontally instead of vertically. You can see it at [https://switch2.šime.eu](https://switch2.%C5%A1ime.eu). > > My case is unrelated to writing directions. I chose horizontal scrolling purely because of the type of content on the page. It’s a visualization that is full height and wider than the viewport. > > Is this a valid use-case? Yes, this use case aligns perfectly with the original issue. We are generally talking about setting the primary scrolling direction, regardless of writing modes, although one major motivation is about writing modes. If we only wanted to tie the primary scrolling direction to the writing mode by default, we wouldn’t need an additional CSS property. However, I believe we should also account for cases where the primary scrolling direction needs to be manually set independently of the writing mode. This is why I suggest adding a new CSS property. -- GitHub Notification of comment by Zhang-Junzhi Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10060#issuecomment-3170560659 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 9 August 2025 10:01:18 UTC