Re: Collapsible/expandable list

Dave Raggett (dsr@hplb.hpl.hp.com)
Thu, 24 Mar 1994 13:57:14 --100


Pei's suggestion of folded lists is an interesting one:

> The FOLD attribute specifies that the list is foldable. And the value
> of that attribute specifies whether or not to fold the intial layout
> of the list.

I think FOLDED would read better, e.g.

<UL FOLDED=NO LABEL="W3 Designs">
<LI><UL FOLDED=NO LABEL="HTML Stuff">
<LI>Stuff a.
<LI>Stuff b.
</UL>
<LI><UL FOLDED=YES LABEL="HTTP Stuff">
<LI>Stuff a.
<LI>Stuff b.
</UL>
<LI><UL FOLDED=YES LABEL="More Stuff">
<LI>Stuff.
<LI>Stuffy.
</UL>
</UL>

Surely this is a sufficiently general mechanism which should apply
to other elements e.g. OL, DL, FORM and DIVn ?

Best wishes,

Dave Raggett