Re: Collapsible/expandable list

Lou Montulli (montulli@stat1.cc.ukans.edu)
Thu, 24 Mar 1994 22:47:39 --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>
>
If we go with this I would rather see the syntax as:

<UL FOLDED=NO LABEL="W3 Designs">
<LI><UL FOLDED=NO>HTML Stuff
<LI>Stuff a.
<LI>Stuff b.
</UL>
<LI><UL FOLDED=YES>HTTP Stuff
<LI>Stuff a.
<LI>Stuff b.
</UL>
<LI><UL FOLDED=YES>More Stuff
<LI>Stuff.
<LI>Stuffy.
</UL>
</UL>
This would allow multiline labels, entities and images.

But I would rather see a more general purpose mechanism
that would allow arbitrary URL's to be expanded within
the document.

:lou

-- 
  **************************************************************************
  *           T H E   U N I V E R S I T Y   O F   K A N S A S              *
  *         Lou  MONTULLI @ Ukanaix.cc.ukans.edu                           *
  *                         Kuhub.cc.ukans.edu      ACS Computing Services *
  *     913/864-0436        Ukanvax.bitnet             Lawrence, KS 66044  *
  *      Let's face it, I'm a nerd, why else would I have a sig file?      *
  **************************************************************************