Re: [selectors] pseudo-element, component of section of simple selectors, simple selector

Leif Halvard Silli wrote:
> Daniel Glazman On 09-10-22 17.15:
> 
>> Yes, we need a clarification here and I am guilty - loooong ago -
>> for that prose.
>> The idea behind the prose is that a pseudo-element is a special
>> beast for many reasons :
>>
>> - first, it's allowed only _once_ and only at the end of the last
>>    sequence of simple selectors in a selector
>> - second, you can't use it when an element is required, for instance
>>    in the Selectors API in a querySelector() call or in an attr()
>>    functional notation on the right hand-side of a declaration
>>
>> So the correct prose is probably that one :
>>
>>    A selector is a chain of one or more sequences of simple selectors
>>    separated by combinators. A pseudo-element can be appended to the last
>>    sequence of simple selectors in a selector.

Fixed.

~fantasai

Received on Thursday, 22 October 2009 17:44:24 UTC