K
karlis
dont know where to report IE bugs, so post to this
newsgroup. hopefully somebody who knows what to do with
this info will take further care.
see following code:
-------------------------------------------------
<html>
<body>
<div onClick="alert(this.innerHTML)">
<span><li>text</li></span>
</div>
</body>
</html>
-------------------------------------------------
Both IE 5.5 and 6 interpret "<span><li>text</li></span>"
as "<SPAN><LI>text</SPAN> </LI>" -- notice replaced
closing tags. the same happens if using u, i, b, q tags
instead of span.
good luck, karlis.
newsgroup. hopefully somebody who knows what to do with
this info will take further care.
see following code:
-------------------------------------------------
<html>
<body>
<div onClick="alert(this.innerHTML)">
<span><li>text</li></span>
</div>
</body>
</html>
-------------------------------------------------
Both IE 5.5 and 6 interpret "<span><li>text</li></span>"
as "<SPAN><LI>text</SPAN> </LI>" -- notice replaced
closing tags. the same happens if using u, i, b, q tags
instead of span.
good luck, karlis.