Posted by mrfelton on August 10, 2009 at 2:31pm
Jump to:
| Project: | Taxonomy Image |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Currently the image alt and title tags are taken from the term name and description. However, this doesn't provide a way to conform with accessibility guidelines that state that an alt tag must be used to describe the function of the image, which in many cases the term description does not do. The ability to customise the title tag is a must to.
Comments
#1
I second the request. I am using Creative Commons licensed images that require attribution, and was thinking of using the "alt" attribute for that purpose. The project page says that I can add custom tags to img markup, but I have not found a way of doing it, so currently I am not providing any attribution at all. Thank you.
#2
Custom tags means you can add a tag around your
tag.
I would like to see the ability to customize the alt attribute too. It would provide more meaningful accessibility, especially if you need to be section 508 compliant.
#3
Changing to a critical bug. WCAG 2.0 requires that an alternate text description be provided for images. The alt text should be descriptive of the image and if that is not the current case then some users will not be able to perceive the meaning of the image within the page.