- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Sun, 16 Nov 2008 10:38:44 -0500
- To: Krzysztof MaczyXski <1981km@gmail.com>
- CC: public-webapps@w3.org
Krzysztof MaczyXski wrote: > The CSS WG is currently wondering whether elements should be able to be descendants of some pseudo-elements (notably :selection, :first-line and :first-letter). So this note may need correction. Not relevant here. The CSS WG is wondering whether elements should be able to inherit style from some pseudo-elements, and what the "pseudo-element tree" should look like. That has no bearing on the DOM tree, on which querySelector operates. Put another way, applied CSS styles can't affect selector matching. This is not changing in CSS, you will note. -Boris
Received on Sunday, 16 November 2008 15:39:29 UTC