Closed
Bug 4311
Opened 26 years ago
Closed 26 years ago
Pages w/a DOCTYPE are blank...?
Categories
(Core :: DOM: HTML Parser, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: elig, Assigned: rickg)
References
()
Details
The following HTML will yield a blank page in today's build, on Win32 and Mac OS.
(haven't checked UNIX).
If you remove the DOCTYPE line, it draws correctly. (Changing the DTD still
results in a blank page.)
I'm assuming someone else has written up this bug, so I'm being brief under the
assumption that it's a duplicate.
Parser is my best guess for component. If I'm mistaken, please reassign.
----
<DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<BODY>
Images are left and right aligned. Text and images should not overlap.
</BODY>
</HTML>
Reporter | ||
Updated•26 years ago
|
Severity: normal → major
Priority: P3 → P2
Reporter | ||
Comment 1•26 years ago
|
||
[Checked both Viewer & Apprunner.]
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 3•26 years ago
|
||
<This no longer crashes the 4.8.99 PM Mac OS build. Deferring to Jan for full
verification.>
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
verified
1999-04-27-13 build
You need to log in
before you can comment on or make changes to this bug.
Description
•