Closed
Bug 273041
Opened 20 years ago
Closed 20 years ago
> is translated to >
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: lunatyq, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040919 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040919 source: <pre> CMyUniqueContainer<T> myContainer; CMyUniqueContainer<T>::iterator Iter = myContainer.begin(); </pre> displayed as: CMyUniqueContainer<T> myContainer; CMyUniqueContainer<T>::iterator Iter = myContainer.begin(); //In section : The Problem - on the page Reproducible: Always Steps to Reproduce: 1. 2. 3.
| Reporter | ||
Comment 1•20 years ago
|
||
Firefox 1.0 also affected it also displays bad: <html> <body> <pre> <T> <T>: </pre> </body> </html>
| Reporter | ||
Comment 2•20 years ago
|
||
sorry i did't saw that there was no ; the problem: > is translated to > but shouldn't
Updated•20 years ago
|
Summary: > not translated to > → > is translated to >
Updated•20 years ago
|
Assignee: general → parser
Component: General → HTML: Parser
Product: Mozilla Application Suite → Core
QA Contact: general → mrbkap
Version: unspecified → Trunk
Comment 3•20 years ago
|
||
see bug 107320. ">" should be translated to ">", but the last comment suggests that ">:" should not.
| Reporter | ||
Comment 4•20 years ago
|
||
Ok. Marking as INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•