The ALT problem and Handicap Guidelines
Posted: Wed Jun 17, 2009 10:43 pm
You may have read this checklist if you're an XHTML Strict person:
http://www.w3.org/TR/WCAG10/full-checklist.html
Well, one of the problems I have is the ALT parameter on images. In some web browsers, the ALT is interpreted as a tooltip, which completely sucks because let's say you don't want to display tooltips on your images. So, for now, I've been doing ALT="". So, I'm in a Catch-22 here. What do you recommend?
http://www.w3.org/TR/WCAG10/full-checklist.html
Well, one of the problems I have is the ALT parameter on images. In some web browsers, the ALT is interpreted as a tooltip, which completely sucks because let's say you don't want to display tooltips on your images. So, for now, I've been doing ALT="". So, I'm in a Catch-22 here. What do you recommend?