Closed Bug 1842 Opened 26 years ago Closed

parser compatability bug

Categories

(Core :: DOM: HTML Parser, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: kipp, Assigned: rickg)

References

()

Details

The following snippet of malformed html parses differently in navigator and gecko. The result is a missing "Select a country" image on the www.ibm.com page. --CUT HERE-- <a href="http://www.ibm.com/Planetwide/Popups/other/" TARGET="INDEX" onMouseOver="self.status='Select a country'; return true" onClick="miniwinpopup(298,348, &quot;/Planetwide/Popups/other/&quot;, &quot;INDEX&quot;,140,160); return false;" "><img SRC="selectcountry.gif" ALT="Select a country" BORDER=0 height=31 width=132 align=TOP></a>
I'm not sure that I'm going to fix this.
Status: NEW → ASSIGNED
Fixed by latest update to parser.
Status: RESOLVED → VERIFIED
verified
You need to log in before you can comment on or make changes to this bug.