[Koha-bugs] [Bug 12255] Amazon cover images have useless image alt text in bootstrap

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 12 14:35:35 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12255

--- Comment #10 from Owen Leonard <oleonard at myacpl.org> ---
(In reply to M. Tompsett from comment #9)
> The problem is the image with the alt is inside an href with an alt.

Nope. The <a> has a title attribute.

> I don't know about you, but my href alt over-rode
> my image alt.

The link's title attribute doesn't "override" the alt attribute. The alt
attribute is a brief textual description of the image in question which will be
visible with images turned off, read in a text-only browser, or spoken by
screen reader software. The title attribute, for sighted users of graphical
browsers, triggers a tooltip on hover to provide additional information about
an element.

> Though this patch
> does correctly change the image alt, it may not have a visible effect.

Nor should it. The alt attribute is not designed to produce a visible effect. 

http://www.456bereastreet.com/archive/200604/alt_text_is_an_alternative_not_a_tooltip/

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list