Re: [csswg-drafts] [selectors-4] [css-nesting-1] pseudo elements need to be clarified to correctly handle relative selectors. (#7979)

`type::pseudo` matches `<compound-selector>` so if your parser is grammar-driven, this is what you have. But I understand that it can/should be considered as a kind of complex selector because `::pseudo` does not *qualify* `type` but *selects* a pseudo element that is bound to `type` (which is not the same as *selects a child element*, ie. a descendant combinator).

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


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

Received on Tuesday, 1 November 2022 10:43:30 UTC