<?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: Simplifying CSS Selectors</title>
	<atom:link href="http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/</link>
	<description>Essential knowledge for making your web pages faster.</description>
	<lastBuildDate>Sat, 04 Feb 2012 09:46:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Using jQuery</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-2613</link>
		<dc:creator>Using jQuery</dc:creator>
		<pubDate>Wed, 27 Oct 2010 05:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-2613</guid>
		<description>haha, that chart pretty much sums up browsers in badness with IE6 the &quot;winner&quot; by far. very interesting read, thanks</description>
		<content:encoded><![CDATA[<p>haha, that chart pretty much sums up browsers in badness with IE6 the &#8220;winner&#8221; by far. very interesting read, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-2268</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Sat, 14 Aug 2010 17:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-2268</guid>
		<description>You may like to check new SP plugin about optimization  - http://www.satya-weblog.com/2010/08/website-performance-optimization-plugin-ordering-stylesheet-javascript.html</description>
		<content:encoded><![CDATA[<p>You may like to check new SP plugin about optimization  &#8211; <a href="http://www.satya-weblog.com/2010/08/website-performance-optimization-plugin-ordering-stylesheet-javascript.html" rel="nofollow">http://www.satya-weblog.com/2010/08/website-performance-optimization-plugin-ordering-stylesheet-javascript.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loque</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-2223</link>
		<dc:creator>Loque</dc:creator>
		<pubDate>Wed, 21 Jul 2010 13:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-2223</guid>
		<description>I am not trying to troll or anything but those tests are BS, whilst I agree with what you are saying (its fact that it goes right to left), you use the * once on multiple elements, not * multiple times on multiple elements.

I say this because I use the * rule as a simple reset when prototyping, and well, the speed difference in those tests with 1 star rule vs 1 specific rule = none, infact the star rule seems to have the ability of being faster than the specific one... I downloaded the two HTML pages and swapped the 1000 css entries with:

DIV DIV DIV P A { background: #CFD; }
vs
P * { background: #CFD; }

i mean, really, there is literally no difference, and as I said sometime star is faster... so well, whatever :`s thanks for the post all the same, and well anyone that uses the star rule lots probably deserves a slow page (that sounds evil, but I dont mean it to be!)</description>
		<content:encoded><![CDATA[<p>I am not trying to troll or anything but those tests are BS, whilst I agree with what you are saying (its fact that it goes right to left), you use the * once on multiple elements, not * multiple times on multiple elements.</p>
<p>I say this because I use the * rule as a simple reset when prototyping, and well, the speed difference in those tests with 1 star rule vs 1 specific rule = none, infact the star rule seems to have the ability of being faster than the specific one&#8230; I downloaded the two HTML pages and swapped the 1000 css entries with:</p>
<p>DIV DIV DIV P A { background: #CFD; }<br />
vs<br />
P * { background: #CFD; }</p>
<p>i mean, really, there is literally no difference, and as I said sometime star is faster&#8230; so well, whatever :`s thanks for the post all the same, and well anyone that uses the star rule lots probably deserves a slow page (that sounds evil, but I dont mean it to be!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-1811</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-1811</guid>
		<description>I love this kind of post.  But like someone else mentions the power of css, to me is reading from left to right.  Adding additional classes and ids, just to narrow down the keyselector.  Feels wrong.</description>
		<content:encoded><![CDATA[<p>I love this kind of post.  But like someone else mentions the power of css, to me is reading from left to right.  Adding additional classes and ids, just to narrow down the keyselector.  Feels wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-1769</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 09 Mar 2010 14:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-1769</guid>
		<description>While this is very interesting and I will put it to practice in the future, I must point out that the poor css is hardly the bottleneck between a site and its visitors.

For example: You could write all the clean code you want, but one poorly compressed image can eat up all your gains and then some!</description>
		<content:encoded><![CDATA[<p>While this is very interesting and I will put it to practice in the future, I must point out that the poor css is hardly the bottleneck between a site and its visitors.</p>
<p>For example: You could write all the clean code you want, but one poorly compressed image can eat up all your gains and then some!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-684</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Wed, 01 Jul 2009 16:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-684</guid>
		<description>@Will: From a blackbox perspective, I would say yes. The test pages used in this blog post would be trivial if selectors were applied left to right, and yet they still take a long time in those other browsers.</description>
		<content:encoded><![CDATA[<p>@Will: From a blackbox perspective, I would say yes. The test pages used in this blog post would be trivial if selectors were applied left to right, and yet they still take a long time in those other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Peavy</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-682</link>
		<dc:creator>Will Peavy</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-682</guid>
		<description>David Hyatt&#039;s article is a good one. But is there any evidence that Trident and Webkit read selectors right to left as well?</description>
		<content:encoded><![CDATA[<p>David Hyatt&#8217;s article is a good one. But is there any evidence that Trident and Webkit read selectors right to left as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boris</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-670</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Thu, 25 Jun 2009 02:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-670</guid>
		<description>That chart is really interesting, but hard to evaluate without the baseline number.  For example, over here I can confirm that for Firefox 3.5 the difference between the two testcases is larger than for Safari 4, but that&#039;s because it&#039;s 4x faster than Safari 4 on the &quot;Descendant&quot; testcase and only 2x faster on the &quot;Universal&quot; one...  It would have been more interesting, to me, to see both numbers presented on a single bar chart instead of the difference being presented.</description>
		<content:encoded><![CDATA[<p>That chart is really interesting, but hard to evaluate without the baseline number.  For example, over here I can confirm that for Firefox 3.5 the difference between the two testcases is larger than for Safari 4, but that&#8217;s because it&#8217;s 4x faster than Safari 4 on the &#8220;Descendant&#8221; testcase and only 2x faster on the &#8220;Universal&#8221; one&#8230;  It would have been more interesting, to me, to see both numbers presented on a single bar chart instead of the difference being presented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Gaskill</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-669</link>
		<dc:creator>Dennis Gaskill</dc:creator>
		<pubDate>Wed, 24 Jun 2009 04:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-669</guid>
		<description>Excellent article that gave me pause to think. Do you suppose complex and bloated CSS can cause some pages to scroll in jerky movements instead of smoothly? 

I find that in Firefox, some pages scroll very poorly, but the same pages scroll smoothly in IE and Safari. 

Thoughts?</description>
		<content:encoded><![CDATA[<p>Excellent article that gave me pause to think. Do you suppose complex and bloated CSS can cause some pages to scroll in jerky movements instead of smoothly? </p>
<p>I find that in Firefox, some pages scroll very poorly, but the same pages scroll smoothly in IE and Safari. </p>
<p>Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Souders</title>
		<link>http://www.stevesouders.com/blog/2009/06/18/simplifying-css-selectors/#comment-666</link>
		<dc:creator>Steve Souders</dc:creator>
		<pubDate>Tue, 23 Jun 2009 07:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.stevesouders.com/blog/?p=427#comment-666</guid>
		<description>@Dean: Thanks for your comment. To be clear, this blog post is about CSS performance, so thinking right to left is the place to focus.</description>
		<content:encoded><![CDATA[<p>@Dean: Thanks for your comment. To be clear, this blog post is about CSS performance, so thinking right to left is the place to focus.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

