Closed (fixed)
Project:
Image Assist
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Jun 2007 at 21:05 UTC
Updated:
1 Jul 2007 at 22:17 UTC
When using a screen reader to browse the page, the graphical link displayed below a textarea element is not tagged properly. While the anchor tag has a title, the embedded img tag does not have either a title or alt attribute. However since the img tag is embedded, screen readers prefer its information over the anchor tag's title attribute.
This results in the image's src link being broken down into the most useful pieces due to lack of other information.
The patch I'm attaching fixes this by providing a short alt tag that explains what the link does.
| Comment | File | Size | Author |
|---|---|---|---|
| img_assist_AddedAltTagForAccessibility.patch | 1.25 KB | MarcoZ |
Comments
Comment #1
zoo33 commentedCommitted, with a small change from "Add images" to "Add image". Thanks!
Comment #2
(not verified) commented