Re: first-word pseudo-element

* Daniel Glazman wrote:
>>Would there be any benefit in adding a :first-word pseudo element to format
>>the first word of a paragraph, to the CSS3 spec?
>>
>It is an old question, posted in this mailing-list ona  regular basis. 
>My answer, posted also on a regular basis, is the following one : what 
>is a word ?

That's script-dependant as is the word-spacing property and general
white-space handling in e.g. XHTML. We could have a simple definition
for ::first-word like: "everything before the first application of
word-spacing", so yes, it's a problem to be script-dependant but this
problem already existed in CSS Level 1 and does exist in XHTML and so
on, so I see no problem to add such a pseudo-element. User-agents could
be made be free to implement this feature to a distinct range of script
families (like "Latin").

I think ::first-word is a very common styling element and should be part
of CSS as ::first-line and ::first-letter already are.
-- 
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 Thursday, 17 May 2001 13:23:55 UTC