<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to use the alt attribute (or alt text)</title>
	<atom:link href="http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/</link>
	<description>Vasilis van Gemert</description>
	<lastBuildDate>Thu, 11 Aug 2011 03:54:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marcel Korpel</title>
		<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/#comment-185</link>
		<dc:creator>Marcel Korpel</dc:creator>
		<pubDate>Tue, 09 Feb 2010 04:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.vasilis.nl/?p=121#comment-185</guid>
		<description>You can also use &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/402&quot; rel=&quot;nofollow&quot;&gt;Fangs&lt;/a&gt; to see what a screen reader would read.</description>
		<content:encoded><![CDATA[<p>You can also use <a href="https://addons.mozilla.org/en-US/firefox/addon/402" rel="nofollow">Fangs</a> to see what a screen reader would read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/#comment-184</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 08 Feb 2010 22:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.vasilis.nl/?p=121#comment-184</guid>
		<description>Ah, I was convinced screen readers took the title attribute into account for &lt;a&gt; tags. I think that they should, but that is a different discussion. I made adding alt tags for images a habit, as to be sure to pass any automated usability tests. The User Adopts To The System, you see...</description>
		<content:encoded><![CDATA[<p>Ah, I was convinced screen readers took the title attribute into account for &lt;a&gt; tags. I think that they should, but that is a different discussion. I made adding alt tags for images a habit, as to be sure to pass any automated usability tests. The User Adopts To The System, you see&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasilis</title>
		<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/#comment-183</link>
		<dc:creator>Vasilis</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.vasilis.nl/?p=121#comment-183</guid>
		<description>If you don&#039;t provide an alt text to an image in a link you can&#039;t follow that link when the image isn&#039;t there (for whatever reason, but also screenreaders), the title attribute is switched off by default in most screenreaders for accessibility purposes, too much bloat. So the title attribute only shows a tooltip in most browsers which can be quite annoying. 
Now, if I write an article about my cat and I show a picture of this cat. Is it relevant to add the text &quot;a picture of my cat&quot; to that image? It doesn&#039;t make any sense but it&#039;s not part of the layout, it&#039;s part of the content. It enhances the content for those who can see it but we don&#039;t need it. The phrase &#039;A picture of my cat&#039; somewhere in the article would probably be confusing to most readers. 
Tip: read the article in Lynx and see if the images still make sense.</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t provide an alt text to an image in a link you can&#8217;t follow that link when the image isn&#8217;t there (for whatever reason, but also screenreaders), the title attribute is switched off by default in most screenreaders for accessibility purposes, too much bloat. So the title attribute only shows a tooltip in most browsers which can be quite annoying.<br />
Now, if I write an article about my cat and I show a picture of this cat. Is it relevant to add the text &#8220;a picture of my cat&#8221; to that image? It doesn&#8217;t make any sense but it&#8217;s not part of the layout, it&#8217;s part of the content. It enhances the content for those who can see it but we don&#8217;t need it. The phrase &#8216;A picture of my cat&#8217; somewhere in the article would probably be confusing to most readers.<br />
Tip: read the article in Lynx and see if the images still make sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/#comment-182</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 08 Feb 2010 21:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.vasilis.nl/?p=121#comment-182</guid>
		<description>Shouldn&#039;t you begin with the question &#039;Is this picture part of my content or part of my layout?&#039;
If it is content, the ALT attribute should be filled properly. If the image only serves layout purposes, try substituting it with CSS and semantically relevant HTML. If the image is part of a link, I think you should use the title attribute of the &lt;A&gt; tag, not inserting ALT text regarding the link into the image.</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t you begin with the question &#8216;Is this picture part of my content or part of my layout?&#8217;<br />
If it is content, the ALT attribute should be filled properly. If the image only serves layout purposes, try substituting it with CSS and semantically relevant HTML. If the image is part of a link, I think you should use the title attribute of the <a> tag, not inserting ALT text regarding the link into the image.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasilis</title>
		<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/#comment-181</link>
		<dc:creator>Vasilis</dc:creator>
		<pubDate>Mon, 08 Feb 2010 20:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.vasilis.nl/?p=121#comment-181</guid>
		<description>Well thank you very much, that&#039;s too kind!</description>
		<content:encoded><![CDATA[<p>Well thank you very much, that&#8217;s too kind!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Bynens</title>
		<link>http://nerd.vasilis.nl/how-to-use-the-alt-attribute-or-alt-text/#comment-180</link>
		<dc:creator>Mathias Bynens</dc:creator>
		<pubDate>Mon, 08 Feb 2010 19:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerd.vasilis.nl/?p=121#comment-180</guid>
		<description>Well said! +2 internets to you, kind Sir.</description>
		<content:encoded><![CDATA[<p>Well said! +2 internets to you, kind Sir.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

