Page 1 of 1

acronym tag bug in Moz 1.4 on Linux

Posted: Fri Aug 08, 2003 3:20 pm
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.