- From: Michael Day <mikeday@yeslogic.com>
 - Date: Tue, 23 Oct 2007 10:15:45 +1000
 - To: www-style@w3.org
 
> "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