acronym tag bug in Moz 1.4 on Linux

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

acronym tag bug in Moz 1.4 on Linux

Post by nielsene »

Anyone know anything about Mozilla's problem rending acronym tags in the 1.4 release on linux? No entries on bugzilla, I might submit the bug, but I wanted to see if anyone here knows about it first.

Same code

Code: Select all

<html>
<head>
<title>Testing Acronym Tag</title>
</head>
<body>
<acronym title="PHP Developer's Network">PHPDN</acronym>
</body>
</html>
(When you hover over PHPDN a small float should appear with the text "PHP Developer's Network")

In MSIE 5+ and in Mozilla 1.0-1.3 this seems to work properly. On Moz 1.4 on windows its worked for me.
Post Reply