RE: [css-regions][shadowdom] @region rule and ::distributed() pseudo-element

> (You may have misread my "first compound selector" as referring to the
> leftmost. I meant the rightmost, since I was referring to rtl
> selector execution order.)

I think I got it: you mean "#region .. input" would match things that are not matched by "input" only, something that is'nt true for any other selector. That kinda make sense if you consider selectors RTL but, seriously, this is an implementor point of view, not a user one.

Using a pseudo-element also breaks some assumptions:
- pseudo-elements have always been virtual elements, not other real DOM elements of the document (hence "pseudo")
- pseudo-elements have always been matching exactly one virtual element, not many 		 	   		  

Received on Thursday, 18 April 2013 08:39:38 UTC