Originally posted by r0bly0ns
View Post
As Ardesco points out, this means that if you want to have meaningful alt text (for its intended purpose of providing information to users of assistive technologies) but do not want a tooltip (as it would be redundant and irritating for normal users) then you have to explicitly include an empty title attribute. Every other browser gets this right: only a title attribute with a non-whitespace value will cause a tooltip to appear.
Note that IE also fails to adequately display alt text when an image is absent, instead using a Netscape-Navigator-3-style "broken image" icon with maybe a couple of characters of the alt text squeezed in next to it. Proper browsers, on the other hand, even allow you to apply CSS to alt text, so that if (say) the user has disabled images, the alt text can be displayed in an aesthetically satisfactory way.
Originally posted by MrMark
View Post





Comment