Closed
Bug 103640
Opened 24 years ago
Closed 21 years ago
graffiti.net - Very bad behaviour of the html parser(?)
Categories
(Tech Evangelism Graveyard :: English Other, defect)
Tech Evangelism Graveyard
English Other
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: grigorig, Unassigned)
References
()
Details
Attachments
(1 file)
|
103 bytes,
text/html
|
Details |
look at the sourcecode of that page. it has a small typo(title instead of
/title), but because of this, the whole page is not displayed, and the redirect
doesn't work(for me)
I can reproduce this with a testcase
I'm using 2001100621 on linux.
Comment 2•24 years ago
|
||
Doesn't display in 2001100708 NT4 either, nor in IE 5.5. Nor in Netscape 3.04
(not properly, anyway). Which would tend to show such code as too broken for
others to bother rendering either:
<html>
<head><title>bla bla bla...<title>
</head>
<body>
<p>something must be here</p>
</body>
</html>
Comment 3•24 years ago
|
||
-> Parser for decision
Assignee: asa → harishd
Component: Browser-General → Parser
QA Contact: doronr → moied
>look at the sourcecode of that page. it has a small typo(title instead of
>/title), but because of this, the whole page is not displayed, and the redirect
>doesn't work(for me)
That is not a small typo. It's a big mistake.
FYI: IE doesn't render your testcase either!
--> evangelism.
Assignee: harishd → bclary
Comment 5•24 years ago
|
||
Note, this is bug 42945, but that's not getting fixed anytime soon.
Status: UNCONFIRMED → NEW
Component: Parser → English: Non-US
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
Hardware: PC → All
Version: other → unspecified
Updated•24 years ago
|
Summary: Very bad behaviour of the html parser(?) → graffiti.net - Very bad behaviour of the html parser(?)
Comment 7•22 years ago
|
||
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Comment 8•21 years ago
|
||
Page no longer exists -> invalid
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•