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

Consider this:
```css
*:cursor-type(pointer) {
 cursor: help;
}
*:cursor-type(help) {
 cursor: pointer;
}
```
Elements with a pointer cursor turn into help, which turn into pointer, which turn into help, which turn into… 

That cannot work, and is related to the problem documented here, even though this is not a layout question: https://wiki.csswg.org/faq/#selectors-that-depend-on-layout

-- 
GitHub Notification of comment by frivoal
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13869#issuecomment-4421593545 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 14:24:42 UTC