- From: Benjamin Poulain <bpoulain@apple.com>
- Date: Wed, 03 Sep 2014 15:32:01 -0700
- To: www-style list <www-style@w3.org>
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