

How to Create Accessible Graphics
Images used for visual enhancementsThe Web has become a graphical environment and often developers will add images to their pages simply to enhance the visual appeal of the site. For example, this image is used to form part of a rounded border on a page.
Images in this category do not provide any content to the user; they
are simply used for decorative purposes. These images have no
value to someone who cannot see the page. The proper HTML markup
for this type of image is to add what is often referred to as an "empty"
or "null"
When a screen reader comes to the image it would look for an alt
tag, find one and then read it. But in this case the Unfortunately, most HTML editors do not allow for the addition of
empty Transparent ImagesDevelopers often use transparent images to create space between elements
on a page. Although users with sight do not see these transparent
images, they are still "visible" individuals using text browsers.
You should add an empty
|
This Tutorial is reproduced on this site with the kind permission of WebAIM. For additional information and resources on web accessibility please visit http://www.webaim.org.
© Copyright 2000-2001 WebAIM. All Rights Reserved. Terms of Use.