Re: Proposal: list-item-color

* Andy wrote:
>> The list-item-color property
>> 
>
>Seconded. There's no way to achieve what this does at present and its
>something I've often wanted/needed to do to make web documents fit
>within my company's style guidelines. 

It is by abusing markup, e.g.

  <ul>
  <li><span>...</span></li>

and style li and span with different colors, but as I said that's abuse
of markup and not all markup languages provide facilities like the span
element to achieve that presentational effect.

regards,
-- 
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, 28 September 2001 20:51:37 UTC