On Jan 23, 2008 12:18 PM, Dave Singer &lt;<a href="mailto:singer@apple.com">singer@apple.com</a>&gt; wrote:&nbsp;<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
how about assuming that if the source wants it numbered in reverse<br>order, it knows what it is doing, and can tell the browser what<br>number to start at?<br><br>it still seems the simplest:&nbsp; an attribute that gives the starting
<br>number (default 1) and an attribute that gives the direction<br>(increasing or decreasing, default increasing).</blockquote></div><br><br>True, that&#39;s simplest to implement, but why put the onus on the content author to add things up and specify a start value every time? Computers are for automating such calculations. If you&#39;re reversing a list, the default value for start shouldn&#39;t be 1 anymore; that should be the ending value, and the starting value ought to be backwards-engineered from it. This is precisely how a content creator would expect it to work.
<br><br>I&#39;m surprised at you, being from Apple as you are. ;) Isn&#39;t the idea to make <i>using</i> such a function simple and intuitive, even if it has to be a little more complicated on the back-end?<br><br>- Jason
<br>