May someone explain me why the following HTML code is causing IE6 SP2 crash?

<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<table>
    <tr>
        <td>
            <table style="table-layout:fixed">
                <col width="20"/>
            </table>
        </td>
    </tr>
</table>
</body>
</html>

Bonus: CodeColorizer

  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Technorati
  • Reddit
  • Scoopeo