Re: LI attributes

"Daniel W. Connolly" <connolly@hal.com>
Date: Tue, 20 Sep 94 23:10:40 EDT
Message-id: <9409210308.AA16968@austin2.hal.com>
Reply-To: connolly@hal.com
Originator: html-wg@oclc.org
Sender: html-wg@oclc.org
Precedence: bulk
From: "Daniel W. Connolly" <connolly@hal.com>
To: Multiple recipients of list <html-wg@oclc.org>
Subject: Re: LI attributes 
X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
X-Comment: HTML Working Group (Private)
In message <9409200107.AA08601@sqrex.sq.com>, lee@sq.com writes:
>
>I just noticed that LI doesn't have any attributes.
>
>One of the frequently asked questions on netnews is where to get the little
>coloured spheres people use at list bullets... and put in the attributes
>to LI:
>
><!ATTLIST LI
>        icon     %URL;  #IMPLIED -- image for use in place of bullet --
>        label   CDATA   #IMPLIED -- when you can't show the icon image --
>>
>
>This seems to be widely used & currently supported, were the attributes left
>off by mistake?

Could you give some details/evidence about this support? Are you
sure folks aren't doing something like:

	<dl>
	<dt><img src="dot.gif">
	<dd>item
	...
	</dl>

Dan