Re: [css-d] Ordered and Unordered Lists

2008-11-06 Thread Drew Trusz
On Wed, Nov 5, 2008 at 1:45 PM, Jukka K. Korpela <[EMAIL PROTECTED]> wrote: > Drew Trusz wrote: > >> No an ordered list can't have a "disc" and an unordered list can't be >> numbered. > > Of course they can. Whether you should style them that way is debatable, but > surely you can, by the specs and

Re: [css-d] Ordered and Unordered Lists

2008-11-05 Thread Jukka K. Korpela
Doug Jolley wrote: > Including a 'type="disc"' attribute in an ol element > is undoubtedly going to cause the document to fail validation. No it isn't. Check it. (It passes validation, because the type attribute in is declared as CDATA, which pretty much means "anything goes" as far as validat

Re: [css-d] Ordered and Unordered Lists

2008-11-05 Thread Doug Jolley
> the distinction clearer by specifiying the available "type" > attributes for both ol and ul. And I think that if you do it with the "type" attribute, you are indeed limited. Including a 'type="disc"' attribute in an ol element is undoubtedly going to cause the document to fail validation. Howe

Re: [css-d] Ordered and Unordered Lists

2008-11-05 Thread Jukka K. Korpela
Drew Trusz wrote: > No an ordered list can't have a "disc" and an unordered list can't be > numbered. Of course they can. Whether you should style them that way is debatable, but surely you can, by the specs and in practice. > When in doubt read the specs: HTML specs only specify a suggested d

Re: [css-d] Ordered and Unordered Lists

2008-11-05 Thread Keith DiSarno
Also, going back to its HTML history, screen readers (for the handicapped) recognize the inherent 'orderliness' of a ol, over an ul. IMHO, listing the ingredients needed in a recipe need not have the same precedence as the recipe instructions. Two cents poorer, Keith D.

Re: [css-d] Ordered and Unordered Lists

2008-11-05 Thread Drew Trusz
On Tue, Nov 4, 2008 at 3:12 PM, Doug Jolley <[EMAIL PROTECTED]> wrote: > I just noticed that apparently the full spectrum of list-style-types > apply equally to both ordered lists and unordered lists. So, ordered > lists can have a list-style-type of "disc" and unordered lists can > have a list-sty

Re: [css-d] Ordered and Unordered Lists

2008-11-04 Thread Jukka K. Korpela
Doug Jolley wrote: > I just noticed that apparently the full spectrum of list-style-types > apply equally to both ordered lists and unordered lists. Right. In rendering, and differ just on the default value (as per a browser style sheet, real or fictional) for the list-style-type property. Th

Re: [css-d] Ordered and Unordered Lists

2008-11-04 Thread Bobby Jack
--- On Tue, 11/4/08, Doug Jolley <[EMAIL PROTECTED]> wrote: > I just noticed that apparently the full spectrum of > list-style-types > apply equally to both ordered lists and unordered lists. > So, ordered > lists can have a list-style-type of "disc" and > unordered lists can > have a list-style-t

Re: [css-d] Ordered and Unordered Lists

2008-11-04 Thread Jack Timmons
On Tue, Nov 4, 2008 at 2:12 PM, Doug Jolley <[EMAIL PROTECTED]> wrote: > I just noticed that apparently the full spectrum of list-style-types > apply equally to both ordered lists and unordered lists. So, ordered > lists can have a list-style-type of "disc" and unordered lists can > have a list-sty

[css-d] Ordered and Unordered Lists

2008-11-04 Thread Doug Jolley
I just noticed that apparently the full spectrum of list-style-types apply equally to both ordered lists and unordered lists. So, ordered lists can have a list-style-type of "disc" and unordered lists can have a list-style-type of "decimal". Does anyone see any reason why ALL list-style-types can'