Re: Location of pseudoelements (was: Re: first-word pseudo-element)

Ian Hickson wrote:
[snip]
> On Sat, 19 May 2001, Jonas Sicking wrote:
> > div::first-line em { ... }
> > elem:not{::first-line}
> >
> > Are they allowed?
>
> Nope, because pseudo-elements (since CSS1) are only allowed at the end of
> the selector chain.

I kind of suspected that, however I think this should be added to the
beginning of section 7 which now only says:

"Pseudo-elements may only appear once in the sequence of simple selectors
that represents the subjects of the selector."

/ Jonas Sicking

Received on Saturday, 19 May 2001 09:45:08 UTC