Re: Problem with descriptive lists in CSS
On Fri, 09 Jul 2004 08:54:58 -0400, Brian
<usenet3@juliet remblay.com.inv alid> wrote:
[color=blue]
>Andy Dingley wrote:
>[color=green]
>> Brian wrote...
>>
>> So what's a "second level heading" ? Is <h1 ... /><h3 ... />
>> still valid ? There's some debate over the ordering of these header
>> elements and whether they need to maintain a strict sequence.
>>
>> Personally I think this is bogus.[/color]
>
>FWIW, I don't. I would no sooner skip <h2> in a document then I would
>make an outline that skipped a level. Really, skipping a level in an
>outline makes no sense. So why do it in HTML?
>[/color]
....and this, of course, is why we should have had nested sections
rather than explicit headings:
<section>
<heading>Blah blah blah</heading>
.....
<section>
<heading>Blah blah blah</heading>
....
</section>
</section>
I seem to remember this was planned for XHTML 2.0 many moons ago. Too
bad it's too late now. I've lost count of the number of times I've had
to reconcile the heading order of documents included in other
documents. Doing it manually is bad enough, but when doing it in an
automated system to documents written by others (such as in CMS or
perhaps weblog software) this is one headache I wish had never
happened.
So the legacy of HTML continues to haunt us.....
-Claire
On Fri, 09 Jul 2004 08:54:58 -0400, Brian
<usenet3@juliet remblay.com.inv alid> wrote:
[color=blue]
>Andy Dingley wrote:
>[color=green]
>> Brian wrote...
>>
>> So what's a "second level heading" ? Is <h1 ... /><h3 ... />
>> still valid ? There's some debate over the ordering of these header
>> elements and whether they need to maintain a strict sequence.
>>
>> Personally I think this is bogus.[/color]
>
>FWIW, I don't. I would no sooner skip <h2> in a document then I would
>make an outline that skipped a level. Really, skipping a level in an
>outline makes no sense. So why do it in HTML?
>[/color]
....and this, of course, is why we should have had nested sections
rather than explicit headings:
<section>
<heading>Blah blah blah</heading>
.....
<section>
<heading>Blah blah blah</heading>
....
</section>
</section>
I seem to remember this was planned for XHTML 2.0 many moons ago. Too
bad it's too late now. I've lost count of the number of times I've had
to reconcile the heading order of documents included in other
documents. Doing it manually is bad enough, but when doing it in an
automated system to documents written by others (such as in CMS or
perhaps weblog software) this is one headache I wish had never
happened.
So the legacy of HTML continues to haunt us.....
-Claire
Comment