Good call. I did this and it works visually and validates. 
How will this work for screen readers? Anyone??? 

-----Original Message-----
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org]
On Behalf Of Kepler Gelotte
Sent: Tuesday, September 22, 2009 11:44 AM
To: wsg@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:

<ol type="A">
  <li><a href="a.pdf">First</a>
    <div class="margin_left_minus_40px">
      <h3>Subheading</h3>
    </div>
  </li>
  <li><a href="b.pdf">First</a></li>
  <li><a href="c.pdf">First</a>
    <div class="margin_left_minus_40px">
      <h3>Subheading</h3>
    </div>
  </li>
  <li><a href="d.pdf">First</a></li>
  <li><a href="e.pdf">First</a></li>
</ol>

Best regards,

Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy Dr., Piscataway, NJ 08854
www.neighborwebmaster.com
phone/fax: (732) 302-0904




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to