Closed
Bug 4282
Opened 26 years ago
Closed 26 years ago
body tag is required with head
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
M4
People
(Reporter: karnaze, Assigned: harishd)
References
()
Details
In the following example, with the absence of a <body>, the content is
lost.
<html>
<head>
</head>
<TABLE BORDER=1>
<TR><TD>foo</TD></TR>
</TABLE>
</html>
Updated•26 years ago
|
QA Contact: 3847 → 4141
Comment 2•26 years ago
|
||
changing QA Contact to gem
Works on April 06 build. Leaving it for QA to close the bug.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•