Which should I use for mouse over tooltip for image (alt, longdesc, title)

Posted by Virtual Jasper on Pro Webmasters See other posts from Pro Webmasters or by Virtual Jasper
Published on 2012-12-18T02:39:35Z Indexed on 2012/12/18 11:13 UTC
Read the original article Hit count: 112

Filed under:
|

Currently, my webpage images use the alt attribute only.
Users complain that their IE8 cannot show the "tooltip" bubble when they mouse over the image. On Microsoft's What's New in Internet Explorer 8 page, it says

The alt attribute is no longer displayed as the image tooltip when the browser is running in IE8 Standards mode. Instead, the target of the longDesc attribute is used as the tooltip if present; otherwise, the title is displayed. The alt attribute is still used as the Microsoft Active Accessibility name, and the title attribute is used as the fallback name only if alt is not present.

I also found that many say title should be used.
Which should I use to meet the industrial standard: alt, longdesc or title?

© Pro Webmasters or respective owner

Related posts about html

Related posts about accessibility