i was browsing Amazon.com and noticed that a search such as a "1TB" hard drive:
http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&field-keywords=1TB
if we move the mouse over the rating "stars" image, we will only see the score of it if we are using IE. If we use other browser like Firefox, Chrome, Safari, Opera, then the score won't show.
a rating of 3.8 or 4.2 both show up as 4 stars, but will you agree that if I buy something, whether it is 3.8 stars or 4.2 stars (76% vs 84% score) could make a difference?
That's because the standard way of "alt" text being shown is such as when the user turned off graphics or when the browser is a "read out" browser for users who are visually impaired. IE shows it anyway when the mouse is over the image. Other browsers follow the standard way and not show it.
so I think if Amazon is to show it regardless the user is using IE or Firefox/Chrome/Safari, then "title" should be used in addition to "alt", would you agree?
Update: ah yes, should have said using <img alt="3.8 stars" title="3.8 stars" ... > instead of just using "alt".