<?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: The alt attribute is NOT for tooltips</title>
	<atom:link href="http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/</link>
	<description>Web development and Internet trends</description>
	<lastBuildDate>Wed, 17 Mar 2010 04:15:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken Whitley</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-607968</link>
		<dc:creator>Ken Whitley</dc:creator>
		<pubDate>Fri, 30 Oct 2009 19:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-607968</guid>
		<description>If you&#039;re not checking your website for functionality with images disabled, you aren&#039;t even TRYING for accessibility, and may as well admit that it&#039;s of no concern to you and your employer.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re not checking your website for functionality with images disabled, you aren&#8217;t even TRYING for accessibility, and may as well admit that it&#8217;s of no concern to you and your employer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Les préoccupations d&#8217;un chef de projet Internet&#8230; &#187; L&#8217;attribut ALT n&#8217;est pas le TITLE !</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-589781</link>
		<dc:creator>Les préoccupations d&#8217;un chef de projet Internet&#8230; &#187; L&#8217;attribut ALT n&#8217;est pas le TITLE !</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-589781</guid>
		<description>[...] Je vous propose ici une traduction de l&#8217;article de Robert Nyman, sur la mauvaise utilisation de l&#8217;attribut html ALT. Pour les amoureux de la langue de Shakespeare, l&#8217;article original est ici. [...]</description>
		<content:encoded><![CDATA[<p>[...] Je vous propose ici une traduction de l&#8217;article de Robert Nyman, sur la mauvaise utilisation de l&#8217;attribut html ALT. Pour les amoureux de la langue de Shakespeare, l&#8217;article original est ici. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581943</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 11 May 2009 08:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581943</guid>
		<description>Alejandro,

Good! :-)</description>
		<content:encoded><![CDATA[<p>Alejandro,</p>
<p>Good! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Cuervo</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581552</link>
		<dc:creator>Alejandro Cuervo</dc:creator>
		<pubDate>Sun, 10 May 2009 00:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581552</guid>
		<description>yes</description>
		<content:encoded><![CDATA[<p>yes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581378</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sat, 09 May 2009 02:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581378</guid>
		<description>Diego,

Oh, absolutely! The &lt;code&gt;alt&lt;/code&gt; attribute is indeed useful, as long as it is used the way it is meant to be.</description>
		<content:encoded><![CDATA[<p>Diego,</p>
<p>Oh, absolutely! The <code>alt</code> attribute is indeed useful, as long as it is used the way it is meant to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Perini</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581351</link>
		<dc:creator>Diego Perini</dc:creator>
		<pubDate>Fri, 08 May 2009 22:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581351</guid>
		<description>The ALT attribute, also wrongly used as stated, is actually very useful on AREA, IMG and INPUT elements. It is part of the specs.

It should aid textual UA to render alternate content and so said, to have a mean to reach visual impaired users with speech etc...(and for the other uses you already mentioned, less important).

We don&#039;t have to ditch useful things having a real scope, we need to ditch our habit to use whatever comes easy in a wrong but seemingly useful way, it will not last long !</description>
		<content:encoded><![CDATA[<p>The ALT attribute, also wrongly used as stated, is actually very useful on AREA, IMG and INPUT elements. It is part of the specs.</p>
<p>It should aid textual UA to render alternate content and so said, to have a mean to reach visual impaired users with speech etc&#8230;(and for the other uses you already mentioned, less important).</p>
<p>We don&#8217;t have to ditch useful things having a real scope, we need to ditch our habit to use whatever comes easy in a wrong but seemingly useful way, it will not last long !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581321</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 08 May 2009 18:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581321</guid>
		<description>mdmadph,

Yeah, me neither. :-)</description>
		<content:encoded><![CDATA[<p>mdmadph,</p>
<p>Yeah, me neither. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mdmadph</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581315</link>
		<dc:creator>mdmadph</dc:creator>
		<pubDate>Fri, 08 May 2009 17:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581315</guid>
		<description>Wow -- I had thought they&#039;d &lt;i&gt;never&lt;/i&gt; get that one fixed.</description>
		<content:encoded><![CDATA[<p>Wow &#8212; I had thought they&#8217;d <i>never</i> get that one fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581221</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 08 May 2009 08:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581221</guid>
		<description>I thought you&#039;d agree. :-)

Andrea,

Yeah, I&#039;ve seen some people using &lt;code&gt;alt&lt;/code&gt; attributes on links, believeing it will be a tooltip. Hiwever I agree with the stance that if you have, you have to fix the code - no extra script to cover up for that.

Morgan,

Oh, man, that &lt;em&gt;will&lt;/em&gt; haunt you! :-)

icaaq,

Great point! That surely has to be stopped too, and most commonly I see that as part of the core of some CMSs. Horrendous!

David,

Yeah, yeah, I know... :-)</description>
		<content:encoded><![CDATA[<p>I thought you&#8217;d agree. <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Andrea,</p>
<p>Yeah, I&#8217;ve seen some people using <code>alt</code> attributes on links, believeing it will be a tooltip. Hiwever I agree with the stance that if you have, you have to fix the code &#8211; no extra script to cover up for that.</p>
<p>Morgan,</p>
<p>Oh, man, that <em>will</em> haunt you! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>icaaq,</p>
<p>Great point! That surely has to be stopped too, and most commonly I see that as part of the core of some CMSs. Horrendous!</p>
<p>David,</p>
<p>Yeah, yeah, I know&#8230; <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Naylor</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581215</link>
		<dc:creator>David Naylor</dc:creator>
		<pubDate>Fri, 08 May 2009 08:23:32 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581215</guid>
		<description>Dude, you&#039;re preaching to the choir! :)</description>
		<content:encoded><![CDATA[<p>Dude, you&#8217;re preaching to the choir! <img src='http://robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icaaq</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581051</link>
		<dc:creator>icaaq</dc:creator>
		<pubDate>Thu, 07 May 2009 20:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581051</guid>
		<description>Great post Robert!

Another thing regarding the title-attribute is the &quot;Supplementing link text with the title attribute&quot;-issue.[1] That&#039;s when the same text appears in the link text and the title attribute. A very annoying thing I see quite often.

1. http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H33</description>
		<content:encoded><![CDATA[<p>Great post Robert!</p>
<p>Another thing regarding the title-attribute is the &#8220;Supplementing link text with the title attribute&#8221;-issue.[1] That&#8217;s when the same text appears in the link text and the title attribute. A very annoying thing I see quite often.</p>
<p>1. <a href="http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H33" rel="nofollow">http://www.w3.org/TR/2008/NOTE-WCAG20-TECHS-20081211/H33</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan Roderick</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581050</link>
		<dc:creator>Morgan Roderick</dc:creator>
		<pubDate>Thu, 07 May 2009 20:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581050</guid>
		<description>I am sure it&#039;s going to come back to haunt me, but I think that with IE8 maybe Microsoft has finally seen the light and in a few years, the web will be a nicer place.

It shouldn&#039;t be too hard for Microsoft to update IE7 and IE6 with this behaviour as well, but I guess that&#039;ll never happen ... EVEN if they admit it being a bug.</description>
		<content:encoded><![CDATA[<p>I am sure it&#8217;s going to come back to haunt me, but I think that with IE8 maybe Microsoft has finally seen the light and in a few years, the web will be a nicer place.</p>
<p>It shouldn&#8217;t be too hard for Microsoft to update IE7 and IE6 with this behaviour as well, but I guess that&#8217;ll never happen &#8230; EVEN if they admit it being a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-581017</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 07 May 2009 19:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-581017</guid>
		<description>Yes!</description>
		<content:encoded><![CDATA[<p>Yes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Papastefanou</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-580969</link>
		<dc:creator>Christopher Papastefanou</dc:creator>
		<pubDate>Thu, 07 May 2009 16:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-580969</guid>
		<description>Yes!

Been saying it for years, myself.</description>
		<content:encoded><![CDATA[<p>Yes!</p>
<p>Been saying it for years, myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Giammarchi</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-580963</link>
		<dc:creator>Andrea Giammarchi</dc:creator>
		<pubDate>Thu, 07 May 2009 15:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-580963</guid>
		<description>@Andreas, that is a fallback for users expecting tooltips over links or images (as you spotted) ... which means we write W3 code but IE6 or 7 users will still read the tooltip.
It does not matter if it is an IE error, they expect the tooltip over the link. So, accordingly, I am more for &quot;no more tooltips? just change browser&quot; rather than &quot;impossible or expensive&quot; fixes. got my point?</description>
		<content:encoded><![CDATA[<p>@Andreas, that is a fallback for users expecting tooltips over links or images (as you spotted) &#8230; which means we write W3 code but IE6 or 7 users will still read the tooltip.<br />
It does not matter if it is an IE error, they expect the tooltip over the link. So, accordingly, I am more for &#8220;no more tooltips? just change browser&#8221; rather than &#8220;impossible or expensive&#8221; fixes. got my point?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-580959</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 07 May 2009 15:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-580959</guid>
		<description>Nice that they&#039;ve finally fixed it.

@Andrea - But your fix would turn all the title-attributes into alt-attributes if I&#039;m not mistaken - how would that fix it? The problem isn&#039;t that IE _doesn&#039;t_ display title-attributes, it&#039;s that it _does_ display alt-attributes.

Also, I think that code should be running on img-elements rather than a-elements, but I guess that&#039;s just a typo.

I suppose instead just removing all the alt-attributes in IE would &quot;solve&quot; it, but I for one can&#039;t be arsed to put in workarounds for that browser anymore...</description>
		<content:encoded><![CDATA[<p>Nice that they&#8217;ve finally fixed it.</p>
<p>@Andrea &#8211; But your fix would turn all the title-attributes into alt-attributes if I&#8217;m not mistaken &#8211; how would that fix it? The problem isn&#8217;t that IE _doesn&#8217;t_ display title-attributes, it&#8217;s that it _does_ display alt-attributes.</p>
<p>Also, I think that code should be running on img-elements rather than a-elements, but I guess that&#8217;s just a typo.</p>
<p>I suppose instead just removing all the alt-attributes in IE would &#8220;solve&#8221; it, but I for one can&#8217;t be arsed to put in workarounds for that browser anymore&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Giammarchi</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-580956</link>
		<dc:creator>Andrea Giammarchi</dc:creator>
		<pubDate>Thu, 07 May 2009 15:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-580956</guid>
		<description>sorry, this after the if ...
&lt;code&gt;a[i].alt = a[i].title;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>sorry, this after the if &#8230;<br />
<code>a[i].alt = a[i].title;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Giammarchi</title>
		<link>http://robertnyman.com/2009/05/07/the-alt-attribute-is-not-for-tooltips/#comment-580955</link>
		<dc:creator>Andrea Giammarchi</dc:creator>
		<pubDate>Thu, 07 May 2009 15:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://robertnyman.com/?p=1286#comment-580955</guid>
		<description>The problem is that without DOM prototypes and other standard features it is truly difficult to fallback with compatibility (IE5 to 7)

An unobtrusive but expensive workaround could be something like:
&lt;code&gt;
attachEvent(&quot;onload&quot;, function(){
    for(var a = document.getElementsByTagName(&quot;a&quot;), i = 0, length = a.length; i &lt; length; ++i)
        if(!a[i].alt &amp;&amp; a[i].title)
            a[i].alt &amp;&amp; a[i].title;
    setTimeout(arguments.callee, 5000);
});
&lt;/code&gt;
but again, adding stuff like this to IE will simply mean to make the slowest browser even slower so I do not agree that much about these kind of workarounds. In few words, we cannot fix IE backward, it is better to go on and let user update their browsers, imo.</description>
		<content:encoded><![CDATA[<p>The problem is that without DOM prototypes and other standard features it is truly difficult to fallback with compatibility (IE5 to 7)</p>
<p>An unobtrusive but expensive workaround could be something like:<br />
<code><br />
attachEvent("onload", function(){<br />
    for(var a = document.getElementsByTagName("a"), i = 0, length = a.length; i &lt; length; ++i)<br />
        if(!a[i].alt &amp;&amp; a[i].title)<br />
            a[i].alt &amp;&amp; a[i].title;<br />
    setTimeout(arguments.callee, 5000);<br />
});<br />
</code><br />
but again, adding stuff like this to IE will simply mean to make the slowest browser even slower so I do not agree that much about these kind of workarounds. In few words, we cannot fix IE backward, it is better to go on and let user update their browsers, imo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
