Re: Problems Starting an Ordered List at Zero
On Sun, 26 Sep 2004 19:28:15 -0400, Stan Brown
<the_stan_brown @fastmail.fm> wrote:[color=blue]
> "Jukka K. Korpela" <jkorpela@cs.tu t.fi> wrote:[/color]
[color=blue][color=green]
>> The <ol> element is basically the same as <ul> but with different
>> default rendering. That is, their difference is presentational rather
>> than semantic.[/color]
>
> Hmm, I wonder.
>
> Never mind CSS for a minute; consider just generic documents. My
> take on a bulleted list is that the items are equal and could just
> as well appear in any order; my take on a numbered list is that theh
> numbers are steps in a procedure.
>
> I agree with you that the numbers themselves re not terribly
> important, but the fact that "microwave for 10 minutes" comes before
> "puree with a blender" _is_ important.[/color]
Yes, but you might note recipes often *don't* use numbered
(lists|paragrap hs), and rely on the presentation order to convey the
sequential relation between the steps.
I think in many, maybe even most cases, of UL on the web, people *do* find
the order of their list items important or at least non-arbitrary, but
they don't necessarily want the visually distracting numbering to show. It
is only when the items need to be referenced from elsewhere that numbering
becomes really useful.
--
Rijk van Geijtenbeek
The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
On Sun, 26 Sep 2004 19:28:15 -0400, Stan Brown
<the_stan_brown @fastmail.fm> wrote:[color=blue]
> "Jukka K. Korpela" <jkorpela@cs.tu t.fi> wrote:[/color]
[color=blue][color=green]
>> The <ol> element is basically the same as <ul> but with different
>> default rendering. That is, their difference is presentational rather
>> than semantic.[/color]
>
> Hmm, I wonder.
>
> Never mind CSS for a minute; consider just generic documents. My
> take on a bulleted list is that the items are equal and could just
> as well appear in any order; my take on a numbered list is that theh
> numbers are steps in a procedure.
>
> I agree with you that the numbers themselves re not terribly
> important, but the fact that "microwave for 10 minutes" comes before
> "puree with a blender" _is_ important.[/color]
Yes, but you might note recipes often *don't* use numbered
(lists|paragrap hs), and rely on the presentation order to convey the
sequential relation between the steps.
I think in many, maybe even most cases, of UL on the web, people *do* find
the order of their list items important or at least non-arbitrary, but
they don't necessarily want the visually distracting numbering to show. It
is only when the items need to be referenced from elsewhere that numbering
becomes really useful.
--
Rijk van Geijtenbeek
The Web is a procrastination apparatus:
It can absorb as much time as is required to ensure that you
won't get any real work done. - J.Nielsen
Comment