Re: [csswg-drafts] Proposal: "until" pseudo selector (#8815)

There is already a proposal that would let you do this: #7233 

```
div.active ~~ a { color: red; }
div:not(.active) ~~ a { color: initial; }
```

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


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

Received on Monday, 8 May 2023 08:12:51 UTC