Re: [csswg-drafts] [css-highlight-api] Should pseudo-classes work with Custom Highlights (#7647)

i need it
```css
article::highlight(a) { color: blue;background: #fff; transition: background 0.3s ease-in-out } 
article::highlight(a):hover { color: #fff;background: blue;}
```

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


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

Received on Sunday, 10 September 2023 12:05:09 UTC