Closed
Bug 464452
Opened 16 years ago
Closed 16 years ago
html comment parsing
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 214476
People
(Reporter: ltvn, Unassigned)
Details
Attachments
(1 file)
356 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080829 SeaMonkey/1.1.12
comment ends on a combination of symbols
'';!--"<XXX>
'';!--"
Reproducible: Always
Steps to Reproduce:
1. browse a page with this content
Actual Results:
page distorted with text commentary
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=win1251">
</head>
<body>
<!--
'';!--"<XXX>
must be comment?
-->
<!--
'';!--"
must be comment?
-->
normal text
</body>
</html>
Comment 1•16 years ago
|
||
Can you reproduce with SeaMonkey v2.0a1 ?
Can you attach your example as a testcase ? Thanks.
Version: unspecified → SeaMonkey 1.1 Branch
reproduced at SeaMonkey v2.0a1, SeaMonkey 1.1.13, Firefox/3.0.1
when comment contains line
--[any chars]>
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•