![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I'm trying to make my posts more accessible, and since I post a lot of illustrative pictures, I thought it would be a good practice to include a description with each one, but I find that I need some help.
My reading suggests that putting descriptive information in the alt portion of the img tag makes that description available to text-reading browsers, but I can't figure out how to test it, since I don't have text-reading capabilities.
Any suggestions? Can anyone verify that the alt text on the picture immediately following this sentence is accessible to a text-reader?

My reading suggests that putting descriptive information in the alt portion of the img tag makes that description available to text-reading browsers, but I can't figure out how to test it, since I don't have text-reading capabilities.
Any suggestions? Can anyone verify that the alt text on the picture immediately following this sentence is accessible to a text-reader?

Tags:
(no subject)
5/7/10 10:22 (UTC)(no subject)
5/7/10 18:05 (UTC)The Alt attribute is specifically designed to appear when images don't load, and therefore to be visible/audible to a) low-bandwidth connections, b) browsers with text-reader functionality, and b) web crawlers.
The Title attribute is supposed to serve the hover function for fully-sighted users, but I'm not sure if text-readers read it.
Interesting little journey into W3 land.