- From: sb3nder via GitHub <noreply@w3.org>
- Date: Sat, 04 Oct 2025 16:03:15 +0000
- To: public-css-archive@w3.org
Hi, First, regarding the use of `touch-action`: it's not exclusive to touchscreens, it essentially refers to direct manipulation actions. So the only real impact it has on `:hover` and `:active` is in managing or removing the delay before those styles are applied. I also don’t think it would be viable to use `touch-action` to change how `:hover` behaves, it likely wouldn’t be backward compatible. In my previous comment, I didn’t take `pointercapture` into account, so many of my observations were probably off. I’m working on an early proposal around `:active` and `:hover`, and I’ll aim to explain things more clearly there. -- GitHub Notification of comment by sb3nder Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7544#issuecomment-3368378741 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 4 October 2025 16:03:16 UTC