When using several <ol> elements and keeping the same numbering over them all, it would be useful to have a "continue" attribute. e.g. <ol id="firstbit"> <li>Apples</li> <li>Bananas</li> </ol> <p>A break from the list.</p> <ol continue="firstbit"> <li>Pears</li> <li>Oranges</li> </ol> The continue attribute would suggest that the second list is a logical continuation of the first list, and browsers should continue the numbering, so that "Oranges" would be numbered "4". -- Toby A Inkster <mailto:mail@tobyinkster.co.uk> <http://tobyinkster.co.uk>Received on Monday, 27 October 2008 11:21:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 2 June 2009 18:32:42 GMT