Re: [csswg-drafts] [CSS-Pseudo] Styling one-vs-many-vs-all with pseudo classes on highlight pseudos (#11727)

So consider this situation:

```
  <p>miss<span>pel</span>dword
```

There we have one misspelled word, and three highlight fragments:

```
  <p::spelling-error>miss</p::spelling-error><span::spelling-error>pel</span::spelling-error><p::spelling-error>dword</p::spelling-error>
```

If we are highlighting individual fragments individually, I don't think this is going to result in expected behavior.

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


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

Received on Wednesday, 25 June 2025 01:35:28 UTC