Closed
Bug 92255
Opened 23 years ago
Closed 23 years ago
HTML parser -- a missing </title> eats whole document...
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: mengel, Assigned: harishd)
References
()
Details
Overview
If you have a document which is missing its </title> end tag,
mozilla displays a blank page. The </head> and/or <body> tag
for html should close any open tags that go in the <head>..</head>,
including the <title> tag.
Platform
Mozilla/5.0 (X11; U; Linux 2.2.16-3 i686; en-US; rv:0.9.1) Gecko/20010620
Reproduce by by
Take a look at http://www-oss.fnal.gov/~mengel/mozbug.html
Comment 1•23 years ago
|
||
Well...
Netscape 4 on linux and Explorer on Mac have the same behaviour.
The HTML specs says:
"
7.4.2 The TITLE element
...
Start tag: required, End tag: required
"
So I believe this one is going to be invalid
Comment 2•23 years ago
|
||
As Gilles noted, the HTML is bad. Marking invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 3•23 years ago
|
||
actually... this is something the parser should catch. reopening.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 4•23 years ago
|
||
Duplicate of "Unclosed TITLE tag makes page not render"
*** This bug has been marked as a duplicate of 42945 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•