- From: Adam Argyle via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Jan 2025 20:45:36 +0000
- To: public-css-archive@w3.org
Another use case?
on hover if you want to show the relevant scroll element that a marker was created for:
```css
.carousel li:has(::scroll-marker:hover) {
outline: 1px solid LinkText;
}
```
--
GitHub Notification of comment by argyleink
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11600#issuecomment-2622809083 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 29 January 2025 20:45:37 UTC