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

On Mon, 22 Oct 2007 15:55:46 +0200, Ludger Bünger  
<ludger.buenger@realobjects.com> wrote:
> The reason I ask is because  
> http://www.w3.org/TR/2001/WD-css3-selectors-20010126/#gen-content then  
> contradicts to the above said:
>
> "When the ::first-letter and ::first-line pseudo-elements are combined  
> with ::before and ::after, they apply to the first letter or line of the  
> element including the inserted text."
>
> Where is the mistake?

That's more about the interaction between p::first-line { color:lime }   
and p::before { content:"TEST" }.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Monday, 22 October 2007 14:10:50 UTC