<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Speaking ALT Text</title>
	<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/</link>
	<description>Seeking Best Accessibility Practices</description>
	<pubDate>Fri, 16 May 2008 10:31:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>

	<item>
		<title>By: vdebolt</title>
		<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-411</link>
		<author>vdebolt</author>
		<pubDate>Sun, 15 May 2005 23:36:17 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-411</guid>
					<description>This is a great service to be able to hear these test cases read this way. Very enlightening for someone who does not own the software, but wants to explain to people the best way to code the alt attribute for nonessential images. I hope you will continue this practice with other test cases on other topics.</description>
		<content:encoded><![CDATA[<p>This is a great service to be able to hear these test cases read this way. Very enlightening for someone who does not own the software, but wants to explain to people the best way to code the alt attribute for nonessential images. I hope you will continue this practice with other test cases on other topics.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: jarvklo</title>
		<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-412</link>
		<author>jarvklo</author>
		<pubDate>Mon, 16 May 2005 06:50:34 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-412</guid>
					<description>"Some people report that the absence of ALT text causes the image path and file name information to be spoken."

Hmm... 
It is in JAWS 6.10 actually - if you use the image as a link graphic!
But that, on the other hand, probably disqualifies it as a "non-essential image" ;)</description>
		<content:encoded><![CDATA[<p>&#8220;Some people report that the absence of ALT text causes the image path and file name information to be spoken.&#8221;</p>
<p>Hmm&#8230;<br />
It is in JAWS 6.10 actually - if you use the image as a link graphic!<br />
But that, on the other hand, probably disqualifies it as a &#8220;non-essential image&#8221; ;)</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mc</title>
		<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-413</link>
		<author>Mc</author>
		<pubDate>Tue, 17 May 2005 10:58:55 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-413</guid>
					<description>hello, 
its great that some of us study the accessibility problems on sites :) . I'm writing my own blog about accesibility, especially for people with some kind of special vision problem or totally blind people. Hope you visit my blog and test by yourself the accesibility i have reached on it.

Continue making this work forever master. Regards from Spain. Mc</description>
		<content:encoded><![CDATA[<p>hello,<br />
its great that some of us study the accessibility problems on sites :) . I&#8217;m writing my own blog about accesibility, especially for people with some kind of special vision problem or totally blind people. Hope you visit my blog and test by yourself the accesibility i have reached on it.</p>
<p>Continue making this work forever master. Regards from Spain. Mc</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike Cherim</title>
		<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-414</link>
		<author>Mike Cherim</author>
		<pubDate>Tue, 17 May 2005 21:21:58 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-414</guid>
					<description>First off, thanks for doing this. This is good stuff. Learning about and working with screen reader output has been, perhaps, been the most difficult part of accommodating those accessibility needs on the web.

I have taking my pages and running them through Opera's Voice option. It may not be a screen reader per se, but I do feel it has been a enlightning experience none the less.

On the hosting site I recently made, I tried a couple of new things. First, the site is http://gbhxonline.com. Specifically the two things worth noting.

1) On the "Home" page there is an image in the first paragraph. This image has text on it which conveys information (inline with the text before and after) and prompts the site vistor to click for more. The alt attribute in this case closely matches the text in the image. With images off, I see the alt text so it seems to work well that way, and using the Opera Voice option, I discovered it seems to read well too.

2) On the "Hosting" page I have the hosting plan details in lists. These individual lists are marked by a small icon on each. The icon bears the plan identifier (i.e., Gold Plan). The text following the icon says the reveals the plan identifier so having the alt attribute read "Gold Plan" would have been redundant. I could have left the value null, but instead I tried something new. I made the alt attriubte a bullet, not the word, but an actual bullet (&#38;bull;). By voice it says bullet, a demarcation so I think I'm okay with it. Without images you get the bullet itself. I like the way it turned out.</description>
		<content:encoded><![CDATA[<p>First off, thanks for doing this. This is good stuff. Learning about and working with screen reader output has been, perhaps, been the most difficult part of accommodating those accessibility needs on the web.</p>
<p>I have taking my pages and running them through Opera&#8217;s Voice option. It may not be a screen reader per se, but I do feel it has been a enlightning experience none the less.</p>
<p>On the hosting site I recently made, I tried a couple of new things. First, the site is <a href="http://gbhxonline.com." rel="nofollow">http://gbhxonline.com.</a> Specifically the two things worth noting.</p>
<p>1) On the &#8220;Home&#8221; page there is an image in the first paragraph. This image has text on it which conveys information (inline with the text before and after) and prompts the site vistor to click for more. The alt attribute in this case closely matches the text in the image. With images off, I see the alt text so it seems to work well that way, and using the Opera Voice option, I discovered it seems to read well too.</p>
<p>2) On the &#8220;Hosting&#8221; page I have the hosting plan details in lists. These individual lists are marked by a small icon on each. The icon bears the plan identifier (i.e., Gold Plan). The text following the icon says the reveals the plan identifier so having the alt attribute read &#8220;Gold Plan&#8221; would have been redundant. I could have left the value null, but instead I tried something new. I made the alt attriubte a bullet, not the word, but an actual bullet (&amp;bull;). By voice it says bullet, a demarcation so I think I&#8217;m okay with it. Without images you get the bullet itself. I like the way it turned out.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: pamberman</title>
		<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-416</link>
		<author>pamberman</author>
		<pubDate>Wed, 18 May 2005 18:09:04 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-416</guid>
					<description>These examples are extremely helpful. Thank you so much!  </description>
		<content:encoded><![CDATA[<p>These examples are extremely helpful. Thank you so much!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Mike Cherim</title>
		<link>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-417</link>
		<author>Mike Cherim</author>
		<pubDate>Wed, 18 May 2005 22:16:18 +0000</pubDate>
		<guid>http://www.access-matters.com/2005/05/15/speaking-alt-text/#comment-417</guid>
					<description>Sorry to double post but I wanted to add that the Opera Voice option reads &lt;em&gt;exactly&lt;/em&gt; as the other do.</description>
		<content:encoded><![CDATA[<p>Sorry to double post but I wanted to add that the Opera Voice option reads <em>exactly</em> as the other do.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
