- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 11 Feb 2022 10:16:42 +0000
- To: public-css-archive@w3.org
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