Re: [csswg-drafts] [selectors] Selecting elements that use a specific default cursor (#13869)

Presumably something like `@counter-style`, e.g.

```css
@cursor pointer {
    source: url("data:image/...");
    /* fallback? */
}
.selector {
    cursor: pointer;
}
```

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13869#issuecomment-4425636294 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 11 May 2026 22:21:12 UTC