Closed (fixed)
Project:
Signwriter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 11:42 UTC
Updated:
28 Jul 2009 at 13:00 UTC
$output = '<span class="sw-hidden">' . $text . '</span>' . theme('image', $imgsrc, $alttext, $alttext, $attributes);
I think $alttext as title attribute is not a good idea because on hover signwriter image we are seeing a bubble over our signwriter image.
| Comment | File | Size | Author |
|---|---|---|---|
| noname.png | 16.72 KB | piotrsmykaj |
Comments
Comment #1
agileware commentedalt text is used for screen readers and things and is necessary for accessibility.
title text is the hover text.
There is now an option on the profile edit page (admin/settings/signwriter/profile/[profile-id]) 'Use image title text' which is turned off by default.
Only if it is checked will title text be added.