Closed
Bug 5383
Opened 26 years ago
Closed 26 years ago
[PP]trademark entity ignored
Categories
(Core :: DOM: HTML Parser, defect, P3)
Tracking
()
People
(Reporter: akkzilla, Assigned: erik)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Gecko ignores the ™ trademark entity -- it just doesn't render it at all.
See http://frank.44444.com/ for a sample page which uses it; another is
http://www.securemed.com but that currently causes a crash (separately filed
bug).
™ is listed in the HTML 4.0 entity list at
http://www.w3.org/TR/REC-html40/sgml/entities.html
Updated•26 years ago
|
Assignee: beard → rickg
Updated•26 years ago
|
Component: Compositor → Parser
Comment 2•26 years ago
|
||
Interestingly, Navigator 4.08 doesn't render this either. Where are character
entities expanded, in the parser?
Updated•26 years ago
|
OS: Linux → All
Hardware: PC → All
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 3•26 years ago
|
||
Actually, under my 4/25/99 build of AppRunner, the tradmark entity DOES render.
So, evidently this is fixed already. I tried the following:
<HTML>
<BODY>
<P>This is a ® symbol.</P>
<P>This is a ™ symbol.</P>
</BODY>
</HTML>
Both ® and © show up. The URL's mentioned above also work.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Fixed in April 25th Builds (Mac and Windows). Fixed in Linux April 26th Build.
Reporter | ||
Comment 5•26 years ago
|
||
On my April 26 Linux debug build, it renders as an asterisk in
http://frank.44444.com/ and is ignored in http://www.securemed.com/. Trying on
an Apr 27 build before reopening ...
Reporter | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Reporter | ||
Comment 6•26 years ago
|
||
Same thing on the Apr 27 Linux build: http://frank.44444.com/ shows it as an
asterisk, http://www.securemed.com/ ignores it completely. Reopening; this may
be Linux only, will check on NT when I get a current build.
Reporter | ||
Updated•26 years ago
|
OS: All → Linux
Hardware: All → PC
Reporter | ||
Comment 7•26 years ago
|
||
Looks like it works on NT as of the middle of last week. Changing platform to
Linux. It may be that the parser problem is fixed and this is now a rendering
problem? But I'll let you decide that.
Ramiro -- this looks like a linux font issue. Can you please look at it?
Updated•26 years ago
|
Assignee: ramiro → erik
Comment 10•26 years ago
|
||
created and attachment.
sample looks identical on communicator 4.5 and the latest seamonkey build.
so im thinking its a x font problem.
reassigning to erik@netscape.com for a clue.
erik, if you have no idea, send it back to me and ill dig.
thanks
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 11•26 years ago
|
||
The trademark character is one of the Windows extensions of ISO 8859-1.
Unix only has the standard 8859-1 characters, not the Windows extensions.
See http://bugzilla.mozilla.org/show_bug.cgi?id=454
Marking DUP of 454.
*** This bug has been marked as a duplicate of 454 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 12•26 years ago
|
||
Agreed. This is a duplicate of 454.
You need to log in
before you can comment on or make changes to this bug.
Description
•