<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Acronyms</title>
	<link>http://www.lunar-ocean.com/blog/acronyms/</link>
	<description>Always one character away from perfetcion</description>
	<pubDate>Fri, 29 Aug 2008 00:22:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Assaf</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4597</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Sat, 16 Feb 2008 00:08:40 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4597</guid>
		<description>Wrong content: any time you use the acronym tag for an abbreviation.  An acronym, however, is also an abbreviation.</description>
		<content:encoded><![CDATA[<p>Wrong content: any time you use the acronym tag for an abbreviation.  An acronym, however, is also an abbreviation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apotheon</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4596</link>
		<dc:creator>apotheon</dc:creator>
		<pubDate>Fri, 15 Feb 2008 23:23:18 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4596</guid>
		<description>"IE 6 will show the abbr tag, just not the tooltip."

. . . which is what differentiates text with the abbr or acronym tag from untagged text.  Kinda pointless.

"Seeing that IE 6 is diminishing, I would not change the content to suite IE 6, maybe resort to a PHP/JavaScript hack to make abbr behave like acronym."

I have readers who would be inconvenienced by a JavaScript hack, to say nothing of the fact that's a "solution" that requires more effort for the same effects in fewer cases.

"If I don’t care to hack the template, I definitely don’t care to create the wrong content."

You must have a very weird definition of the terms in the phrase "the wrong content" here.</description>
		<content:encoded><![CDATA[<p>&#8220;IE 6 will show the abbr tag, just not the tooltip.&#8221;</p>
<p>. . . which is what differentiates text with the abbr or acronym tag from untagged text.  Kinda pointless.</p>
<p>&#8220;Seeing that IE 6 is diminishing, I would not change the content to suite IE 6, maybe resort to a PHP/JavaScript hack to make abbr behave like acronym.&#8221;</p>
<p>I have readers who would be inconvenienced by a JavaScript hack, to say nothing of the fact that&#8217;s a &#8220;solution&#8221; that requires more effort for the same effects in fewer cases.</p>
<p>&#8220;If I don’t care to hack the template, I definitely don’t care to create the wrong content.&#8221;</p>
<p>You must have a very weird definition of the terms in the phrase &#8220;the wrong content&#8221; here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4593</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Fri, 15 Feb 2008 19:38:43 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4593</guid>
		<description>IE 6 will show the abbr tag, just not the tooltip.  IE 7 fixes that bug.  So look at your stats and decide if you even care.

Seeing that IE 6 is diminishing, I would not change the content to suite IE 6, maybe resort to a PHP/JavaScript hack to make abbr behave like acronym.  But on my blog IE 6 usage is low and dropping steadily, that I don't care enough to hack the template.  If I don't care to hack the template, I definitely don't care to create the wrong content.</description>
		<content:encoded><![CDATA[<p>IE 6 will show the abbr tag, just not the tooltip.  IE 7 fixes that bug.  So look at your stats and decide if you even care.</p>
<p>Seeing that IE 6 is diminishing, I would not change the content to suite IE 6, maybe resort to a PHP/JavaScript hack to make abbr behave like acronym.  But on my blog IE 6 usage is low and dropping steadily, that I don&#8217;t care enough to hack the template.  If I don&#8217;t care to hack the template, I definitely don&#8217;t care to create the wrong content.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Perrin: SOB &#187; tooltips for text on the Web</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4591</link>
		<dc:creator>Chad Perrin: SOB &#187; tooltips for text on the Web</dc:creator>
		<pubDate>Fri, 15 Feb 2008 18:56:21 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4591</guid>
		<description>[...] at Lunar Ocean, Antoine Toulme commented on my use of the &#60;acronym&#62; tag. He was apparently not familiar with the &#60;acronym&#62; tag in HTML 4 and XHTML 1.x. For those who [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] at Lunar Ocean, Antoine Toulme commented on my use of the &lt;acronym&gt; tag. He was apparently not familiar with the &lt;acronym&gt; tag in HTML 4 and XHTML 1.x. For those who [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: apotheon</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4590</link>
		<dc:creator>apotheon</dc:creator>
		<pubDate>Fri, 15 Feb 2008 18:16:41 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4590</guid>
		<description>No . . . you'd better stick with acronym for now.

1. HTML 5 isn't a standard yet.

2. XHTML still supports the acronym tag.

3. The abbr tag is not supported by Internet Explorer.

Also . . . make sure your CSS provides styling for the acronym tag to give it that underline, if you want everyone to see the underline.  While Firefox automatically styles acronym tags that way, that styling is not part of the HTML/XHTML standard, and IE doesn't provide any default styling for the acronym tag.  This means that text in an acronym tag in IE doesn't automatically render any differently than other text, and this behavior is actually standards compliant.

So . . . to summarize:

Use acronym instead of abbr for now, because IE doesn't support abbr.

Make sure your site's CSS includes styling for the acronym tag so that acronyms will stand out from the surrounding text.</description>
		<content:encoded><![CDATA[<p>No . . . you&#8217;d better stick with acronym for now.</p>
<p>1. HTML 5 isn&#8217;t a standard yet.</p>
<p>2. XHTML still supports the acronym tag.</p>
<p>3. The abbr tag is not supported by Internet Explorer.</p>
<p>Also . . . make sure your CSS provides styling for the acronym tag to give it that underline, if you want everyone to see the underline.  While Firefox automatically styles acronym tags that way, that styling is not part of the HTML/XHTML standard, and IE doesn&#8217;t provide any default styling for the acronym tag.  This means that text in an acronym tag in IE doesn&#8217;t automatically render any differently than other text, and this behavior is actually standards compliant.</p>
<p>So . . . to summarize:</p>
<p>Use acronym instead of abbr for now, because IE doesn&#8217;t support abbr.</p>
<p>Make sure your site&#8217;s CSS includes styling for the acronym tag so that acronyms will stand out from the surrounding text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine Toulme</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4588</link>
		<dc:creator>Antoine Toulme</dc:creator>
		<pubDate>Fri, 15 Feb 2008 17:00:44 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4588</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://www.lunar-ocean.com/blog/acronyms/#comment-4587</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:49:38 +0000</pubDate>
		<guid>http://www.lunar-ocean.com/blog/acronyms/#comment-4587</guid>
		<description>Use abbr instead, acronym is deprecated in HTML 5, time to start not using it.</description>
		<content:encoded><![CDATA[<p>Use abbr instead, acronym is deprecated in HTML 5, time to start not using it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
