Re: [csswg-drafts] Allow triggering of native pseudo-classes for development purposes (#12202)

Giving web authors the ability to fake states so easily sounds problematic to me, but I don't actually have any examples.

On a technical side, how do we prevent cycles like this:

```css
:not(:hover) {
    enabled-pseudo-classes: hover;
}
```

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


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

Received on Saturday, 17 May 2025 21:33:04 UTC