Re: first-word pseudo-element

* fantasai wrote:
>> What does
>> 
>>   elem:not(elem::first-line)::first-line { }
>> 
>> select? Do typographic pseudo-classes and -elements apply to concat'ed
>> element content or to the context of the current selection?
>
>I believe you're only allowed to take a psuedo-element of the
>selected element.
>
>http://www.w3.org/TR/css3-selectors/#pseudo-elements

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

Why?

[...]
  Pseudo-elements names are case-insensitive. 
[...]

This statement is confusing, cascading style sheets are completly
case-insensitive; only things out of the scope of CSS may be
case-sensitive. I suggest to remove this statement.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Friday, 18 May 2001 19:34:35 UTC