Closed
Bug 51710
Opened 24 years ago
Closed 24 years ago
Followup to ampersand character not displayed with bad HTML
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: andreas.premstaller, Assigned: clayton)
References
()
Details
Attachments
(1 file)
249 bytes,
text/html
|
Details |
Observed on: Nightly 20000906, WinNT
If the ampersand character (&) instead of the correct code (&) is used in
HTML source to actually display an ampersand character on a page, all the text
following the ampersand up to the next blank is omitted.
Example:
Correct HTML: <P>The C&A-representative wrote...</P>
gives: The C&A-representative wrote...
Incorrect HTML: <P>Looks like that: The C&A-representative wrote...</P>
gives: The C wrote...
This happens whether doctype is defined or not.
If & is not followed by any allowed character code, the text should be displayed
as in the source (at least in quirks mode).
Netscape 4.x and IE display what they are supposed to (even if it may be not so
correct HTML).
Reporter | ||
Comment 1•24 years ago
|
||
dup of 51166 "&foo not rendered properly (quirks)"
*** This bug has been marked as a duplicate of 51166 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Summary: Followup to ampersand character not displayed with bad HTML → Followup to ampersand character not displayed with bad HTML
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•