After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 47432 - Add ALT attributes to IMG tags in Nautilus Quick Reference
Add ALT attributes to IMG tags in Nautilus Quick Reference
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Documentation
unspecified
Other Linux
: Normal normal
: ---
Assigned To: John Fleck
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-03-06 10:26 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2001-09-10 01:08:32 UTC
If the DOCTYPE in the Nautilus Quick Reference is changed as in bug 47431, the
validator will complain about ALT tags missing from every IMG tag. These are
required in the HTML spec and could probably be added - I think a descriptive
explaination is the best.
Example:

<img src="figures/menubar.png">

could be changed to

<img src="figures/menubar.png" alt="The Menu Bar">



------- Additional Comments From don@eazel.com 2001-03-06 09:26:49 ----

Not a 1.0 blocker.




------- Additional Comments From vera@eazel.com 2001-03-06 11:16:33 ----

I'll add these as soon as I have a chance.



------- Additional Comments From jonallen@sdf.lonestar.org 2001-05-31 00:17:45 ----

Reassigning Vera's bugs to Dan.



------- Bug moved to this database by unknown@bugzilla.gnome.org 2001-09-09 21:08 -------
Bug depends on bug(s) 47431.
Comment 1 John Fleck 2001-09-16 19:25:42 UTC
Taking assignment. I'll fix this for 2.0, 'cause alt tags matter for
accessibility.
Comment 2 John Fleck 2001-10-17 01:59:26 UTC
Someone's fixed this. Thanks, whoever.