[Bug 12609] Allow <ol>/<ul> to have <ol>/<ul> children

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12609

Jirka Kosek <jirka@kosek.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jirka@kosek.cz

--- Comment #1 from Jirka Kosek <jirka@kosek.cz> 2011-05-06 08:02:20 UTC ---
IE, FF and Chrome produce invalid markup here, that shouldn't be reason to
change specs. Products should be fixed. Actually correct HTML representation is
even different:

 <ol>
    <li>foo</li>
    <li>bar</li>
    <li>
     <ol>
      <li>baz</li>
     </ol>
    </li>
  </ol>

which probably yields strange rendering results in this case, but that's
different issue.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 6 May 2011 08:02:23 UTC