Closed
Bug 1842
Opened 26 years ago
Closed
parser compatability bug
Categories
(Core :: DOM: HTML Parser, defect, P2)
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, "/Planetwide/Popups/other/",
"INDEX",140,160); return false;" "><img SRC="selectcountry.gif"
ALT="Select a country" BORDER=0 height=31 width=132 align=TOP></a>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
verified
URL: www.ibm.com → http://www.ibm.com
You need to log in
before you can comment on or make changes to this bug.
Description
•