Subject: | Incorrect handling of <AREA> |
Mech incorrectly parses the following lines. It thinks that the <area>
tag has to have a closing </area>, when in fact it is forbidden, AND the
/ should take care of it anyway.
<map name="map1">
<area shape="rect" coords="0,0,80,29"
href="overview.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="80,0,148,29"
href="hundreds.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="148,0,215,29"
href="tens.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="215,0,317,29"
href="balanced.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="317,0,385,29"
href="year.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="385,0,455,29"
href="sensitive.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="455,0,524,29"
href="aged.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
<area shape="rect" coords="524,0,600,29"
href="unrecognized.html?caid=39147&SID=d635c86f0562ea047235054d5277b315" />
</map>