<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: CSS Selectors: Use Classes</title>
	<atom:link href="http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/</link>
	<description>coherent ramblings on software engineering, all things web, and, sometimes, real life</description>
	<lastBuildDate>Mon, 26 Oct 2009 23:21:48 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Lotinsky</title>
		<link>http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-227</link>
		<dc:creator>Ian Lotinsky</dc:creator>
		<pubDate>Thu, 04 Oct 2007 13:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-227</guid>
		<description>Yeah, sometimes I take refactoring a little too far!</description>
		<content:encoded><![CDATA[<p>Yeah, sometimes I take refactoring a little too far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerrin</title>
		<link>http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-226</link>
		<dc:creator>kerrin</dc:creator>
		<pubDate>Thu, 04 Oct 2007 04:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-226</guid>
		<description>true dat, you da refactored king!</description>
		<content:encoded><![CDATA[<p>true dat, you da refactored king!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Lotinsky</title>
		<link>http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-224</link>
		<dc:creator>Ian Lotinsky</dc:creator>
		<pubDate>Wed, 03 Oct 2007 16:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-224</guid>
		<description>Because it starts with &lt;code&gt;div#navigation&lt;/code&gt; it&#039;s more of a relative selector than an anonymous one.

Small nit: use &gt;&#039;s whenever possible. Child selectors are much more efficient than descendant selectors.</description>
		<content:encoded><![CDATA[<p>Because it starts with <code>div#navigation</code> it&#8217;s more of a relative selector than an anonymous one.</p>
<p>Small nit: use &gt;&#8217;s whenever possible. Child selectors are much more efficient than descendant selectors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kerrin</title>
		<link>http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-222</link>
		<dc:creator>kerrin</dc:creator>
		<pubDate>Tue, 02 Oct 2007 04:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://ianlotinsky.wordpress.com/2007/09/27/css-selectors-use-classes/#comment-222</guid>
		<description>i dont see anything wrong with:

&lt;code&gt;div#navigation ul ul ul ul li {display:none;}&lt;/code&gt;

it makes perfect sense.

but what you say does go hand-in-hand with over div-ing.</description>
		<content:encoded><![CDATA[<p>i dont see anything wrong with:</p>
<p><code>div#navigation ul ul ul ul li {display:none;}</code></p>
<p>it makes perfect sense.</p>
<p>but what you say does go hand-in-hand with over div-ing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
