Closed
Bug 109556
Opened 23 years ago
Closed 23 years ago
Character reference (i.e. &) not being translated correctly
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: alpic80, Assigned: attinasi)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.5+)
Gecko/20011109
BuildID: 2001110903
The character reference are not being translated correctly.
Tested and works correctly in IE.
Reproducible: Always
Steps to Reproduce:
1.go to supplied URL
2.look at S&T
Actual Results: shows S&T
Expected Results: S&T
HTML 4.01 section 5.3.2 Character references
Comment 1•23 years ago
|
||
& is incorrect. It should be & (note the missing ;)
QA: http://www.w3.org/TR/html4/charset.html#h-5.3.2
(Should this bug be marked invalid or is this a quirks thing?)
Comment 2•23 years ago
|
||
& is correct too, but must be followed by a space (or other separator).
See Bug 64190 ...
But this bug seems to be INVALID
Comment 3•23 years ago
|
||
INVALID, the parser can't infer from context that the entity ends there.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•