The "start" attribute for lists was deprecated by ยง 10.2 of the HTML 4.01
specification -
http://www.w3.org/TR/1999/REC-html401-19991224/struct/lists.html#adef-start.
Elliot
From: [email protected] [mailto:[email protected]] On
Behalf Of Erickson, Kevin (DOE)
Sent: Tuesday, November 10, 2009 10:17 AM
To: [email protected]
Subject: [WSG] Deprecated "start" for lists confirmation
Hello,
Is the "start" attribute truly deprecated for a list? Is there a better way to
do this?
i.e. -
<ol class="list_style_numeric">
<li>info</li>
<li>info</li>
</ol>
<anything...>
<ol class="list_style_numeric" start="3">
<li>info>
</ol>
Thank you,
Kevin
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************