[CSS3] Proposal to add list-style-type: tree-line value

I think it makes sense to add another value to the list-style-type 
enumeration - "tree-line".

So if you have defined something like this:

ul > li
{
   display: list-item;
   list-style-type: tree-line;
   |outline-color:powderblue;
}

then you will be able to define lists with tree lines.
See two samples at the bottom of:
|
http://www.terrainformatica.com/htmlayout/images/tree-view-lines.png

Color and width of such lines can be defined  by 
|outline-color/||outline-width||
attributes.|

--
Andrew Fedoniouk.

http://terrainformatica.com

Received on Wednesday, 20 February 2008 20:57:16 UTC