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

Yes, UAs currently use the UA stylesheet, e.g. Firefox uses

```css
:any-link { cursor: pointer; }
```

Then it would be a matter of changing that to

```css
:cursor-type(pointer) { cursor: pointer }
```

where `:cursor-type(pointer)` would match `:any-link` (and possibly other things).

I'm not necessarily defending this approach, but I don't see a loop with it.

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


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

Received on Tuesday, 12 May 2026 01:36:00 UTC