[selectors] Are combinators allowed inside pseudo class?

Hi,

For some reason I believed combinators were not allowed inside pseudo class.
It looks like there is no such restriction in the definition. The various pseudo classes accepting selectors take “selector list” as an argument. Selector list is defined including “complex selectors”.

For example, the new nth-child with a selector list could be:
    :nth-child(2n of a>b+c, d>e>f)

Is that the case? Am I missing something?

Benjamin

Received on Wednesday, 3 September 2014 22:38:46 UTC