On Mon, 16 Aug 1999, Morten Elling wrote: > Bug: Tidy (26 July 1999) warns about nested OL and UL. > See the attached HTML 4.0 file for details. Tidy is correct as OL and UL only permit LI as direct children. Tidy corrects: <ol> <li>The basics</li> <ol> <li>Intro</li> </ol> <li>Step two</li> </ol> to <ol> <li>The basics <ol> <li>Intro</li> </ol></li> <li>Step two</li> </ol> which is fine. Regards, -- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett phone: +44 122 578 2984 (or 2521) +44 385 320 444 (gsm mobile) World Wide Web Consortium (on assignment from HP Labs)Received on Tuesday, 17 August 1999 14:42:19 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:46 GMT