- From: Martin Skjöldebrand <chimbis@bahnhof.se>
 - Date: Tue, 02 Jun 1998 02:09:46 GMT
 - To: www-style@w3.org
 
A wish list item
I've seen the example that makes lists like (<OL><LI> ... </OL>
1 Item 
2 Another item
3 Yet another item
	A a subitem
	B oh dear
		I many items 
		II there are
	C a third subitem
4 Guess what!
(Cascading Style Sheets p108). using 
OL {list-style: decimal}
OL OL {list-style: upper-alpha}
OL OL OL {list-style: upper-roman}
Thats neat - but I've seen lists like
1 Item 
2 Another item
3 Yet another item
	3A a subitem
	3B oh dear
		3AI many items 
		3AII there are
	3C a third subitem
4 Guess what!
(or even 3.A ... 3.A.I) 
Which is something I've always missed in missed in HTML and fail to
see how to do in CSS. I must admit I haven't seen CSS2, perhaps it's
in there?
M.
--
Martin Skjöldebrand <chimbis@bahnhof.se>
System administrator and archaeologist!
Maintainer of The Olde Cookery Book:
http://www.bahnhof.se/~chimbis/tocb/
The Art of Olaus Magnus
http://www.fortunecity.com/roswell/tarot/83/
ICQ: 10986576
Received on Tuesday, 2 June 1998 22:10:03 UTC