|
caz -> Alt atributes and how to use and write them (12/19/2005 14:01:23)
|
More than half the battle The importance of making absolutely all the images on your Website accessible cannot be underestimated. This simple action alone gets you more than halfway toward an accessible site. You have to do it correctly, but even if you skip every other accessibility step, your sites immediately become fundamentally accessible. http://www.joeclark.org/book/sashay/serialization/Chapter06.html One of the first things anyone learns about accessible web design is the importance of the alt attribute on images. If you are using XHTML, image tags without alt attributes won't even validate, so ensuring this information is provided becomes even more important. Writing alt text is easy, but writing it well enough for it to be a help rather than a hindrance can take some thought. http://www.gawds.org/show.php?contentid=28 The alt and title attributes When browser vendors bend the standards and implement something in a different way than what the specification states, they may cause problems, or at least confusion. One example of this is the way certain browsers, the most widely used being Internet Explorer for Windows, handle alt attributes (popularly and incorrectly referred to as “alt tags”). Alternate text is not meant to be used as a tool tip, or more specifically, to provide additional information about an image. http://www.456bereastreet.com/archive/200412/the_alt_and_title_attributes/ Slice and dice images: The most effective way of improving the accessibility of a sliced image is to provide a descriptive alt text equivalent for the first image slice (that is the top left image) and then use a null alt (alt="") for all the other slices. In this way assistive technologies will ignore all the null alts and the users of these technologies will be told there is one image and get a description of that image. http://www.usability.com.au/resources/image-text.cfm There are probably more references to these attributes on the web, but I have found these to be the most informative and reliable.
|
|
|
|