RE: [WSG] Ordered List Best Practice

2009-09-23 Thread Erickson, Kevin (DOE)
AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Ordered List Best Practice Hi Kevin, Headings in lists will validate. However as Matijs says all you need to do is style the list elements and remove the divs. Kevin Work in progress includes: http://www.hotel-france-hotels.com http://www

RE: [WSG] Ordered List Best Practice

2009-09-23 Thread Erickson, Kevin (DOE)
Yes there is an H2 and H1 that proceeds. Thanks. From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Matijs Sent: Wednesday, September 23, 2009 3:32 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Ordered List Best Practice

Re: [WSG] Ordered List Best Practice

2009-09-23 Thread Kevin Ireson
First First Subheading First First From: Matijs Sent: Wednesday, September 23, 2009 8:31 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] Ordered List Best Practice If you're using a h3 inside a li

Re: [WSG] Ordered List Best Practice

2009-09-23 Thread Matijs
If you're using a h3 inside a list, I kind of expect a h2 and a h1 to precede that... Is it really necessary to use a h3 or could you just style an ol or ul in the appropriate way? On Tue, Sep 22, 2009 at 4:40 PM, Erickson, Kevin (DOE) < kevin.erick...@doe.virginia.gov> wrote: > Hi, > I have an o

RE: [WSG] Ordered List Best Practice

2009-09-22 Thread Erickson, Kevin (DOE)
Novitski Sent: Tuesday, September 22, 2009 1:51 PM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Ordered List Best Practice At 9/22/2009 08:43 AM, Kepler Gelotte wrote: > > First > > Subheading > > > First > First > > Subheading >

RE: [WSG] Ordered List Best Practice

2009-09-22 Thread Paul Novitski
At 9/22/2009 08:43 AM, Kepler Gelotte wrote: First Subheading First First Subheading First First I find this solution problematic. Scrutinizing the markup, I would put a subhead at the beginning of the content it heads, not at the tail of wha

RE: [WSG] Ordered List Best Practice

2009-09-22 Thread Erickson, Kevin (DOE)
: Re: [WSG] Ordered List Best Practice Perhaps you could use separate lists for each sub-heading then use the appropriate start value for each list. Using something similar to: http://www.arraystudio.com/as-workshop/make-ol-list-start-from-number-di fferent-than-1-using-css.html (maybe an unor

RE: [WSG] Ordered List Best Practice

2009-09-22 Thread Erickson, Kevin (DOE)
@webstandardsgroup.org Subject: RE: [WSG] Ordered List Best Practice > In the following list I get the desired results in the browser but > does not validate,(The tag:"div" is not allowed within: "ol"): How about: First Subheading First First

Re: [WSG] Ordered List Best Practice

2009-09-22 Thread Stuart Foulstone
Perhaps you could use separate lists for each sub-heading then use the appropriate start value for each list. Using something similar to: http://www.arraystudio.com/as-workshop/make-ol-list-start-from-number-different-than-1-using-css.html (maybe an unordered list(definition list?) of subheadin

RE: [WSG] Ordered List Best Practice

2009-09-22 Thread Kepler Gelotte
> In the following list I get the desired results in the browser but does > not validate,(The tag:"div" is not allowed within: "ol"): How about: First Subheading First First Subheading First First Best regards, Kepler Gelotte Neighbor Webmaster,

[WSG] Ordered List Best Practice

2009-09-22 Thread Erickson, Kevin (DOE)
Hi, I have an ordered list that needs the items to be alphabetized and have lines in between the items that will be subheadings within the list BUT also need to NOT take a letter. Is there a best practice on trying to accomplish the desired look? (examples below) Here is the code with no validatio