Closed
Bug 6166
Opened 26 years ago
Closed 26 years ago
Ignoring alternate text of "" and using filename instead
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: dbaron, Assigned: rickg)
References
()
Details
You're ignoring alternate text of "", i.e.,
<img alt="" src="some file...">
and using the filename of the image instead. You should display no alternate
text if alt="", since in many cases alt="" should be used for images that are
merely decorative and would not be missed at all.
FYI, the HTML 4.0 spec has some very good suggestions for how to come up with
alternate text:
http://www.w3.org/TR/REC-html40/appendix/notes.html#altgen
Previous issues relating to alternate text were discussed in bug 1994.
This probably requires the equivalent of the DOM's Element::GetAttributeNode
rather than GetAttribute. This may also be related to bug 6052.
Comment 1•26 years ago
|
||
This bug is one of many related to alternate text of images. All these bugs
have been marked. To find related bugs, search the description field for the
string "[ALT]".
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
Agreed. This is a duplicate of 1994.
You need to log in
before you can comment on or make changes to this bug.
Description
•