- From: Walter Ian Kaye <boo@best.com>
 - Date: Fri, 17 May 1996 12:58:16 -0700
 - To: www-html@w3.org
 
At 5:52p 05/16/96, Aron S. Spencer wrote:
>   Are there any standards for descending Ordered Lists? It seems like
>countdowns would be very useful, yet I haven't seen anything about how to
>do it, nor any discussion of the subject.
I had once (back in November) suggested the following:
-----------begin self-quote
I currently use a hack via Netscape in order to get an ordered list in
*descending* order. Here's what I have to do for a Top Ten list:
<OL>
   <LI value=10>tenth item
   <LI value=9>ninth item
   <LI value=8>eighth item
   .
   .
   .
   <LI value=1>first item
</OL>
Would be much cleaner if it were as follows:
<OL ORDER=descend>
   <LI>tenth item
   <LI>ninth item
   <LI>eighth item
   .
   .
   .
   <LI>first item
</OL>
HTML 3.0 draft already has SEQNUM; this would round things out.
-----------end self-quote
__________________________________________________________________________
    Walter Ian Kaye <boo@best.com>     Programmer - Excel, AppleScript,
          Mountain View, CA                         ProTERM, FoxPro, HTML
 http://www.natural-innovations.com/     Musician - Guitarist, Songwriter
Received on Friday, 17 May 1996 15:58:39 UTC