Closed Bug 109556 Opened 23 years ago Closed 23 years ago

Character reference (i.e. &amp) not being translated correctly

Categories

(Core :: Layout, defect)

x86
Windows NT
defect
Not set
normal

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&ampT Actual Results: shows S&ampT Expected Results: S&T HTML 4.01 section 5.3.2 Character references
&amp 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?)
&amp is correct too, but must be followed by a space (or other separator). See Bug 64190 ... But this bug seems to be INVALID
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.