XHTML 2: 11.2. The nl element

Hi,

why is not possible to use sub li elements without another nl element?

like this:

<nl>
    <label>Contents </label>
    <li href="#introduction">Introduction</li>
    <li>
        <label>Terms</label>
        <li href="#may">May</li>
        <li href="#must">Must</li>
        <li href="#should">Should</li>
    </li>
    <li href="#conformance">Conformance</li>
    <li href="#references">References</li>
    ...
</nl>


-- 
Sebastian Mendel

www.sebastianmendel.de

Received on Friday, 28 July 2006 12:23:05 UTC