Closed
Bug 151511
Opened 24 years ago
Closed 23 years ago
netscape.com - Mozilla does not render all HREFs
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alfons, Assigned: doronr)
References
()
Details
Mozilla does not render all HREFs in the above link.
Comment 1•24 years ago
|
||
confirmed 2002061204/WinXP
URL: http://wp.netscape.com/eng/mozilla/3.... → http://wp.netscape.com/eng/mozilla/3....
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 2•24 years ago
|
||
Checked it a little bit: I believe this is a problem with the HTML source. As a test I ran the HTML page through tidyhtml, and then everything was rendered fine. (Page as is renders fine in older Netscapes, IE, and Konqueror.)
Severity: major → normal
Comment 3•24 years ago
|
||
There are tons of HTML problems on this page, including pieces like <a
href="foo.html"><b>foo!</a></b>. The problem with the links at the bottom part
of the page are tons of unclosed <font> tags. After a certain depth of
recursion, the parser probably gives up trying to make sense of the page.
I would suggest ->evang, which seems kinda funny...the page being on a
netscape.com URL and all...
Comment 4•23 years ago
|
||
Yeah, we have a limited stack for tags (which are technically limited to a
nesting depth of 100 in HTML). ->Tech Evang
Assignee: harishd → doron
Component: Parser → US General
Product: Browser → Tech Evangelism
QA Contact: moied → zach
Version: other → unspecified
*** Bug 154811 has been marked as a duplicate of this bug. ***
*** Bug 154806 has been marked as a duplicate of this bug. ***
Comment 7•23 years ago
|
||
this is marked out of date and is for nav3. wontfix
Blocks: 118291
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Summary: Mozilla does not render all HREFs → netscape.com - Mozilla does not render all HREFs
Updated•11 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
•