Re: [csswg-drafts] [css-overflow-5] Making ::scroll-marker existence unconditional? (#11600)

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