Re: nested lists depreciated?

Hallo Aaron,

The nested list is not depreciated.

I think you made an error.

Probably  this will better valiate:
<ul>
    <li>one</li>
    <li>two>
       <ol>
           <li>one</li>
           <li>two</li>
      </ol>
   </li>
</ul>


You ought to nest a <ol> or <ul> within a listitem <li> that is not
closed. After finishing the nested list, you close the listitem that is
still open: </li>.

Cheers
Ineke van der Maat

Received on Friday, 20 December 2002 15:33:15 UTC