Closed
Bug 211513
Opened 23 years ago
Closed 23 years ago
ALT="" text is not displayed.
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: neal, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
Alt text is not displayed for hover of "img" code. All other browsers meet this
requirement.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
Display alt="zzzzzzz" text.
Comment 1•23 years ago
|
||
This is number three on the list of Most Frequently Reported Bugs
http://bugzilla.mozilla.org/duplicates.cgi
*** This bug has been marked as a duplicate of 25537 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Doesn't work under XHTML, but seems to work with HTML 3.2 declared page.
Status: CLOSED → UNCONFIRMED
Resolution: DUPLICATE → ---
Checked under HTML 3.2 declared page and not working.
No consistent results with Mozilla ? Works sometimes ?
CODE:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<a href="http://email4free.us/"><img
src="emf120x60.gif" border="0" width="120" height="60" alt="Email4Free.Us"></a>
URL: http://800.pysmatic.net/
Ok with IE 5.5 (SP2) and Netscape 4.7x.
Comment 5•23 years ago
|
||
A tooltip should appear for title="" text, but not for alt="". This is on
purpose, and there's no evidence of another problem, so re-marking as a
duplicate. If you feel there is something further to consider, please explain.
*** This bug has been marked as a duplicate of 25537 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Component: Browser-General → Layout
QA Contact: general → ian
Resolution: --- → DUPLICATE
Summary: ALT="" text is NOT displayed. → ALT="" text is not displayed.
You need to log in
before you can comment on or make changes to this bug.
Description
•