Re: Description Lists (and other unusual variations)

Tony Johnson (TONYJ@scs.slac.stanford.edu)
Fri, 30 Apr 1993 10:27 PDT


>In "http://www.ncsa.uiuc.edu:80/SDG/Software/MacSoftDesc.html" you have
>used an unusual variant of description lists:

> <DL>
> <DT> <I> Version: </I> 1.0
> <DT> <I> System requirements: </I>
> </DL>

>There are <DT> tags without any corresponding <DD> tags. Currently, the
>HTML spec seems to require each <DT> to be paired with a <DD>.
>Furthermore there must be at least one <DT> in the list.

Speaking of unusual variations....in

http://www.ncsa.uiuc.edu/evl/cave/cave.html

I find....

<ul>
<li><h2> Stuff </h2>
<li><h2> More Stuff </h2>
</li>

elsewhere I have seen the complimentary

<h1>This is <ul><li>some<li>stuff</ul></h1>

Clearly someone has found such constructs useful, but they seem to be against my
feelings for what <h1>/<h2> mean, and are unlikely to produce the desired
results on most existing browsers.

Do people feel that constructs such as this should be supported?

Presumably the DTD says something explicit about whether the above is legal HTML
or not, but (hoepfully) most off the people producing HTML will not (want) to
read the DTD, so I feel that (in addition to the DTD) a document that describes
in a more informal way which combination of tags is likely to be portable across
browsers is badly needed.

Tony