[whatwg] Parsing: </li> should be ignored

For compatibility with IE the parsing algorithm should probably ignore  
</li> tags.


Test case for the above proposal:

    <!doctype html>
    <style>
    * { margin:0; padding:0; }
    ul { background:red; }
    li { background:lime; }
    </style>
    <ul><li></li>This line should be green.</ul>

-- 
Simon Pieters

Received on Friday, 13 April 2007 19:29:08 UTC