http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12255
--- Comment #10 from Owen Leonard <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
