Re: Collapsible/expandable list

montulli@stat1.cc.ukans.edu (Lou Montulli)
Errors-To: listmaster@www0.cern.ch
Date: Thu, 24 Mar 1994 22:47:39 --100
Message-id: <9403242143.AA18253@stat1.cc.ukans.edu>
Errors-To: listmaster@www0.cern.ch
Reply-To: montulli@stat1.cc.ukans.edu
Originator: www-talk@info.cern.ch
Sender: www-talk@www0.cern.ch
Precedence: bulk
From: montulli@stat1.cc.ukans.edu (Lou Montulli)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Subject: Re: Collapsible/expandable list
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Mailer: ELM [version 2.3 PL2]
X-Mailer: ELM [version 2.3 PL2]
Content-Length: 1699
> 
> 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?      *
  **************************************************************************