Re: first-word pseudo-element

> My answer, posted also on a regular basis, is the following one :
what
> is a word ? In our western languages and writings, it is quite easy
(but
> not always) to determine it.

You might consider a "to-content" selector then, where it applies
style until the first occurance of a certain character, or set of
characters (non inclusive). "First word" would be like :to-content("
") or whatever.

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://webns.net/roughterms/> .
:Sean :hasHomepage <http://purl.org/net/sbp/> .

Received on Thursday, 17 May 2001 09:41:43 UTC