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

* Ludger Bünger wrote:
>http://www.w3.org/TR/2001/WD-css3-selectors-20010126/#pseudo-elements 
>states:

Note that this is an old version, http://www.w3.org/TR/css3-selectors
has the same text though.

>"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."

This issue comes up every now and then, this supposedly refers to

  p::before       { ... }
  p::first-letter { ... }

rather than p::before::first-letter. We should probably revise the
text to avoid this confusion.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 22 October 2007 14:13:47 UTC