Re: CSS3-selectors: Pseudo Elements only once or multiple times per selector?

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

Just for the record, we have recently extended Prince to allow more than 
one pseudo-element in selectors in certain situations, such as styling 
the marker on generated list items:

div::before { display: list-item }
div::before::marker { content: "*" }

Cheers,

Michael

-- 
Print XML with Prince!
http://www.princexml.com

Received on Tuesday, 23 October 2007 00:16:07 UTC