<?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 Define Acronyms Within Your Content</title>
	<atom:link href="http://performancing.com/how_to_define_acronyms_within_your_content/feed/" rel="self" type="application/rss+xml" />
	<link>http://performancing.com/how_to_define_acronyms_within_your_content/</link>
	<description>Invest In Performance</description>
	<lastBuildDate>Wed, 16 May 2012 15:37:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Kim A</title>
		<link>http://performancing.com/how_to_define_acronyms_within_your_content/comment-page-1/#comment-17968</link>
		<dc:creator>Kim A</dc:creator>
		<pubDate>Wed, 27 Aug 2008 08:35:27 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=2494#comment-17968</guid>
		<description>IA has raised a good point about the use of the &lt;code&gt;&lt;abbr&gt;&lt;/code&gt; tag as opposed to the &lt;code&gt;&lt;acronym&gt;&lt;/code&gt; tag as acronym is now a deprecated element in both HTML 5 and XHTML 2.0 .

You do need to use the title attribute to get the hover over affect though- &lt;code&gt;&lt;abbr title=&quot;United States of America&quot;&gt;USA&lt;/abbr&gt;&lt;/code&gt;

However, this raises problems of its own, as good old IE6 doesn&#039;t recognise the &lt;code&gt;&lt;abbr&gt;&lt;/code&gt; element. I highly recommend the following article from A List Apart if anyone would like to get into the detail of it - http://www.alistapart.com/articles/hattrick . It is a bit out of date regarding its discussion of XHTML 2.0, which is pretty much a dead duck now that HTML5 is on the scene. But it has very sound advice regarding the correct usage to ensure accessibility of abbreviations. 

jaseemumer&#039;s comment above about people not knowing that there is extra information to be gained if you hover over an abbr element is very easily corrected in a CSS file - and most browsers have a default behaviour of placing a dotted line underneath.</description>
		<content:encoded><![CDATA[<p>IA has raised a good point about the use of the <code><abbr></abbr></code> tag as opposed to the <code><acronym></acronym></code> tag as acronym is now a deprecated element in both HTML 5 and XHTML 2.0 .</p>
<p>You do need to use the title attribute to get the hover over affect though- <code><abbr title="United States of America">USA</abbr></code></p>
<p>However, this raises problems of its own, as good old IE6 doesn&#8217;t recognise the <code><abbr></abbr></code> element. I highly recommend the following article from A List Apart if anyone would like to get into the detail of it &#8211; <a href="http://www.alistapart.com/articles/hattrick" rel="nofollow">http://www.alistapart.com/articles/hattrick</a> . It is a bit out of date regarding its discussion of XHTML 2.0, which is pretty much a dead duck now that HTML5 is on the scene. But it has very sound advice regarding the correct usage to ensure accessibility of abbreviations. </p>
<p>jaseemumer&#8217;s comment above about people not knowing that there is extra information to be gained if you hover over an abbr element is very easily corrected in a CSS file &#8211; and most browsers have a default behaviour of placing a dotted line underneath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parrot</title>
		<link>http://performancing.com/how_to_define_acronyms_within_your_content/comment-page-1/#comment-17967</link>
		<dc:creator>parrot</dc:creator>
		<pubDate>Wed, 27 Aug 2008 01:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=2494#comment-17967</guid>
		<description>This is wonderful and very useful piece of information. Time and again I have been compelled to bookmark this website pages as they are very useful indee! Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This is wonderful and very useful piece of information. Time and again I have been compelled to bookmark this website pages as they are very useful indee! Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ia</title>
		<link>http://performancing.com/how_to_define_acronyms_within_your_content/comment-page-1/#comment-17966</link>
		<dc:creator>ia</dc:creator>
		<pubDate>Wed, 27 Aug 2008 00:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=2494#comment-17966</guid>
		<description>The &lt;acronym&gt; tag will be dropped in the future version of HTML (HTML5). Use &lt;abbr&gt;&gt; instead. Same usage.

From &lt;a href=&quot;http://www.w3.org/TR/html5-diff/#absent-elements&quot;&gt;W3.org&lt;/a&gt;:

&lt;blockquote&gt;
&lt;p&gt;&quot;acronym is not included because it has created lots of confusion. Authors are to use abbr for abbreviations.&quot;&lt;/p&gt;
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>The &lt;acronym&gt; tag will be dropped in the future version of HTML (HTML5). Use &lt;abbr&gt;> instead. Same usage.</p>
<p>From <a href="http://www.w3.org/TR/html5-diff/#absent-elements">W3.org</a>:</p>
<blockquote>
<p>&#8220;acronym is not included because it has created lots of confusion. Authors are to use abbr for abbreviations.&#8221;</p>
</blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaseemumer</title>
		<link>http://performancing.com/how_to_define_acronyms_within_your_content/comment-page-1/#comment-17965</link>
		<dc:creator>jaseemumer</dc:creator>
		<pubDate>Tue, 26 Aug 2008 19:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=2494#comment-17965</guid>
		<description>Great tip, but I am not thinking about using it. People may not know  they have to hover the word to know the meaning.</description>
		<content:encoded><![CDATA[<p>Great tip, but I am not thinking about using it. People may not know  they have to hover the word to know the meaning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Stewart</title>
		<link>http://performancing.com/how_to_define_acronyms_within_your_content/comment-page-1/#comment-17964</link>
		<dc:creator>Ian Stewart</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://performancing.com/?p=2494#comment-17964</guid>
		<description>You can also modify the cursor with {cursor: help;}. And style the abbr tag too. Here&#039;s what I do in my themes.

&lt;pre&gt;
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>You can also modify the cursor with {cursor: help;}. And style the abbr tag too. Here&#8217;s what I do in my themes.</p>
<pre>
.entry-content abbr,
.entry-content acronym {
  border-bottom: 1px dotted #333;
  cursor: help;
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

