Closed
Bug 206362
Opened 21 years ago
Closed 21 years ago
scriptsearch.com - invalid comment syntax breaks page rendering
Categories
(Tech Evangelism Graveyard :: English US, defect, P4)
Tracking
(Not tracked)
People
(Reporter: trey, Unassigned)
References
()
Details
(Whiteboard: [SYNTAX-HTML])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425
In all of the script pages at http://www.scriptsearch.com the scripts where not
visable in the Mozilla browser, but where visible in IE, Opera, and many others.
I believe this is because a comment command was not recognized as ending and it
just went on. I am not sure why the comment command was not correctly
recognized as having an end. Much of the page was blank because of this. The
command looks like this:
<!--------------------------- -------------------->
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.scriptsearch.com/details/4141.html
2. Or go to any other page on scriptsearch.com
Actual Results:
The page was rendered incorrectly
Expected Results:
It should have been rendered correctly
Unfortunately, this seems to be accepted Mozilla parsing (in contrast to IE,
Opera, NS4), due to some ideas about <!SGML --comments-- within tags>.
Bug 199794 , Bug 186768
Search for "Comment" with Component:Parser and all Statuses (such as "Invalid").
Comment 2•21 years ago
|
||
The comment has invalid syntax. This is a TE bug.
Assignee: dom_bugs → susiew
Status: UNCONFIRMED → NEW
Component: DOM HTML → US General
Ever confirmed: true
Priority: -- → P4
Product: Browser → Tech Evangelism
QA Contact: desale → zach
Summary: comment command not recognized correctly and therefore the page rendered incorrectly → scriptsearch.com - invalid comment syntax breaks page rendering
Whiteboard: [SYNTAX-HTML]
Version: Trunk → unspecified
Comment 3•21 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Comment 4•21 years ago
|
||
dupe of "scriptsearch.com - Mozilla doesn't display content within tables on
some pages on Scriptsearch.com"
*** This bug has been marked as a duplicate of 91769 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
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
•