Re: [csswg-drafts] [selectors-4] Consider disallowing logical combination pseudo-classes inside :has() (#6952)

Can it be clarified if the outer or inner `:has` is invalid?

```css
a:has(b, :has(> b)) c {
  color: red
}
```


If the entire selector invalid in this case or only `:has(> b)` ?

If only the inner is invalid this selector would essentially become :

```css
a:has(b) c {
  color: red
}
```

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


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

Received on Friday, 11 February 2022 10:16:44 UTC