Here's the page

http://www.w3.org/MarkUp/html3/deflists.html

I've already come up with a nice idea. Use the expanding javascript to hide
the dt and dd and leave the lh visible. When someone clicks on the lh, the
others appear. This could remove extra divs and headers by making the lists
self-contained.

I'm sure it was deprecated. It seems to good to be true.

Ted


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Joseph Lindsay
Sent: Wednesday, July 06, 2005 12:22 PM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] more definition list lovin' - the lh tag.

Hi Ted, can you give me the URL where you found that?  As far as I can
tell from the HTML 4.01 DTD (i'm happy to me corrected) the <dl>
element must contain 1 or mor <dt> or<dd> elements, and can't contain
any other elements (although the <dt> can have inline elements and
<dd> can have block and inline elements).  I can't find any reference
to a <lh> element in the current specs.


On 7/7/05, Drake, Ted C. <[EMAIL PROTECTED]> wrote:
> Just when I thought I couldn't love the definition list any more, I looked
> at the w3.org definition of the definition list and came across this:
> 
> The opening list tag must be <DL>. It is followed by an optional list
header
> (<LH>caption</LH>) and then by term names (<DT>) and definitions (<DD>).
For
> example:
> 
> <DL>
> <LH>List Header</LH>
> <DT>Term 1<dd>This is the definition of the first term.
> <DT>Term 2<dd>This is the definition of the second term.
> </DL>
> 
> which could be rendered as:
> List Header
> 
> Term 1
>     This is the definition of the first term.
> Term 2
>     This is the definition of the second term.
> 
> 
> Holey headers, batman! We can put a list header on our definition list?
How
> cool is that?!?
> 
> Has anyone seen a site that uses this?
> 
> Andy Clarke uses the definition lists in forms,
>
http://www.stuffandnonsense.co.uk/archives/e-commerce_definition_lists.html
> . This would be a great way to markup a set of radio buttons and use the
> header to define the group of buttons.
> 
> One of these days, I'm just gonna have to sit down and read the entire
> specs.
> 
> Ted
> www.tdrake.net
> ******************************************************
> The discussion list for  http://webstandardsgroup.org/
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> ******************************************************
> 
>
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to