[whatwg] Reverse ordered lists

2008-01-10 Thread Siemova
effect would be quite clear, wouldn't it? Obviously, there are plenty of ways to refer to it; I don't really care how it's labeled as long as the solution isn't too much of a pain. :) - Jason (Siemova)

Re: [whatwg] Reverse ordered lists

2008-01-10 Thread Siemova
earth-shattering, but it's not much less worthwhile than the "start" attribute. They're both useful in certain infrequent-but-not-improbable situations, and stay out of the way when not needed. :) - Jason (Siemova)

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
But then what would someone do in order to begin a list but not end it? For instance, if they wanted to say: "10. Blah 9. Blah 8. Blah And so forth..." I guess I'm asking, why recommend artificial and unnecessarily narrow constraints? We don't want UAs to force unexpected behaviors which would f

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
Ah, yes, true enough. For a moment I forgot that. Thank you for pointing it out. So default would logically be for the numbering to end at 1. Thus, the code < ol reverse> < li>Red < li>Orange < li>Yellow < li>Green < li>Blue < /ol> would display as: 5. Red 4. Orange 3. Yellow 2. Green 1. Blue

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
On Jan 23, 2008 9:32 AM, Sam Arthur Allen <[EMAIL PROTECTED]> wrote: > On Wed, 23 Jan 2008 09:07:02 -0600 > Siemova <[EMAIL PROTECTED]> wrote: > > > But then what would someone do in order to begin a list but not end > > it? For instance, if they wanted to say: &g

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
On Jan 23, 2008 10:18 AM, Simon Pieters <[EMAIL PROTECTED]> wrote: > It's also interesting how negative numbers and 0 interacts with different > list type=''s in different browsers... > > > http://software.hixie.ch/utilities/js/live-dom-viewer/?%3Col%20type%3Da%20start%3D-2%3E%3Cli%3Ex%3Cli%3Ex%3C

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
On Jan 23, 2008 10:54 AM, David Walbert <[EMAIL PROTECTED]> wrote: > > It's not that simple -- the last line should be > > start = 1 + ( (number of items - 1) * step) > > if it's assumed that the last item of the list is numbered one by default. > Alas, we see the ill effects of my hastiness tod

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
On Jan 23, 2008 12:18 PM, Dave Singer <[EMAIL PROTECTED]> wrote: > > how about assuming that if the source wants it numbered in reverse > order, it knows what it is doing, and can tell the browser what > number to start at? > > it still seems the simplest: an attribute that gives the starting > nu

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
On Jan 23, 2008 1:23 PM, Krzysztof Żelechowski <[EMAIL PROTECTED]> wrote: > > Dnia 23-01-2008, Śr o godzinie 12:53 -0600, Siemova pisze: > > True, that's simplest to implement, but why put the onus on the > > content author to add things up and specify a start va

Re: [whatwg] Reverse ordered lists

2008-01-23 Thread Siemova
On Jan 23, 2008 3:18 PM, Krzysztof Żelechowski <[EMAIL PROTECTED]> wrote: > > Dnia 23-01-2008, Śr o godzinie 14:57 -0600, Siemova pisze: > > > Moreover, and more importantly, that would make the feature terribly > > inflexible. If you decided to add or remove items --

[whatwg] Reverse ordered lists

2008-01-24 Thread Siemova
On Jan 24, 2008 1:16 AM, Krzysztof Żelechowski <[EMAIL PROTECTED]> wrote: > > A CMS is a smart engine, > it is not limited to composing content from various sources; > it is possible (and probably necessary) to do various fix-ups anyway > before sending to the user agent. > > Chris > Of course.