On Jan 23, 2008 1:23 PM, Krzysztof Żelechowski <<a href="mailto:giecrilj@stegny.2a.pl">giecrilj@stegny.2a.pl</a>> wrote:<br><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;">
<br>Dnia 23-01-2008, Śr o godzinie 12:53 -0600, Siemova pisze:<br><div class="Ih2E3d">> True, that's simplest to implement, but why put the onus on the<br>> content author to add things up and specify a start value every time?
<br><br></div>If for no other reason, in order to help global warming.<br>A HTML document is written once, read lots of times.<br>If the author insists that counting the items is an excessive burden<br>(it is not; if you cannot count yourself,
<br>just remove the reverse attribute<br>and look at the last item as rendered)<br>he could use a generator or a fix-up processor before publishing.<br><br>Chris</blockquote><div><br><br>I agree that counting is not, as a rule, an excessive burden. (In fact, I'm one of those people dismayed that so many cashiers can't seem to count change in their heads.) However, considering the setting, I'd still say it's an 
<i>unnecessary </i>burden when the computer can simplify the process with much less time and effort.<br><br>Moreover, and more importantly, that would make the feature terribly inflexible. If you decided to add or remove items -- or, heaven forbid, you wanted to (re)populate your list on-the-fly with a script -- you'd have to keep changing the start value by hand. That would be well-nigh impossible in certain situations, and I think it's a bit unreasonable to expect.
<br><br>Now, if <i>UAs</i> wanted to render the list incrementally in ascending order and then reverse the numbering, that sounds better worth considering, if still not ideal.<br><br>Asking from ignorance: would it be so terrible not to render a reversed list at all until it has been fully calculated? Or perhaps to have the UA see the reverse flag, count up the items to determine start value, and 
<i>then </i>render the list incrementally?<br><br>- Jason</div></div>