<?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: Question: When is a CSS Class not a CSS Class?</title>
	<atom:link href="http://www.drunkenfist.com/304/2008/06/01/question-when-is-a-class-not-a-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drunkenfist.com/304/2008/06/01/question-when-is-a-class-not-a-class/</link>
	<description>Rob Larsen writes on web design and development, entertainment, sports and culture.</description>
	<pubDate>Fri, 09 Jan 2009 04:36:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: rob</title>
		<link>http://www.drunkenfist.com/304/2008/06/01/question-when-is-a-class-not-a-class/comment-page-1/#comment-16601</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sun, 15 Jun 2008 16:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/?p=4589#comment-16601</guid>
		<description>I guess the question is, how often is one image inserted into a Wordpress post multiple times? I bet it doesn't happen all that often. In which case WP is coding for a problem that isn't all that much of a problem.

Wordpress isn't the only one guilty of this, of course, Drupal used to (and might still) have unique class names for all of their menu items- 

&lt;code&gt;
 &#60;li class="last menu-1-2-2"&#62;
&lt;/code&gt;

I guess the same argument could me made there, although I liked it even less in Drupal :)</description>
		<content:encoded><![CDATA[<p>I guess the question is, how often is one image inserted into a Wordpress post multiple times? I bet it doesn't happen all that often. In which case WP is coding for a problem that isn't all that much of a problem.</p>
<p>Wordpress isn't the only one guilty of this, of course, Drupal used to (and might still) have unique class names for all of their menu items- </p>
<p><code><br />
 &lt;li class="last menu-1-2-2"&gt;<br />
</code></p>
<p>I guess the same argument could me made there, although I liked it even less in Drupal <img src='http://www.drunkenfist.com/304/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.drunkenfist.com/304/2008/06/01/question-when-is-a-class-not-a-class/comment-page-1/#comment-16600</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 15 Jun 2008 16:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/?p=4589#comment-16600</guid>
		<description>The one thing I can think of is that they are anticipating that the image might be used more than once on a page. In which case, an ID wouldn't work.

Logic could be inserted to decide if the element only appears once on a page or not and give an ID or class accordingly, but for simplicity's sake, it makes more sense to keep it as a class.</description>
		<content:encoded><![CDATA[<p>The one thing I can think of is that they are anticipating that the image might be used more than once on a page. In which case, an ID wouldn't work.</p>
<p>Logic could be inserted to decide if the element only appears once on a page or not and give an ID or class accordingly, but for simplicity's sake, it makes more sense to keep it as a class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
