GNOME Bugzilla – Bug 47432
Add ALT attributes to IMG tags in Nautilus Quick Reference
Last modified: 2004-12-22 21:47:04 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.
Taking assignment. I'll fix this for 2.0, 'cause alt tags matter for accessibility.
Someone's fixed this. Thanks, whoever.