- From: fantasai via GitHub <noreply@w3.org>
- Date: Wed, 10 Sep 2025 15:01:39 +0000
- To: public-css-archive@w3.org
There was some discussion on this in https://github.com/w3c/csswg-drafts/issues/6400 particularly https://github.com/w3c/csswg-drafts/issues/6400#issuecomment-1439063168 and https://github.com/w3c/csswg-drafts/issues/6400#issuecomment-2878115011 My suggestion would be: ``` scrollable: none | x | y | block | inline scrolling: none | up | down | left | right | x-forward | x-backward | y-forward | y-backward | inline-forward | inline-backward | block-forward | block-backward ``` or alternatively ``` scrollable: none | x | y | block | inline scrolling: none | up | down | left | right | [ x | y | block | inline ] && [ forward | backward ] ``` If we need to distinguish the most recent direction vs the currently active direction, maybe use `scrolling` vs `scrolled`. -- GitHub Notification of comment by fantasai Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12623#issuecomment-3275374727 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 10 September 2025 15:01:40 UTC