<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Really Aced &#187; CSS</title>
	<atom:link href="http://blog.sommestad.net/category/development/css-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sommestad.net</link>
	<description>Web and Cocoa development through the eyes of Kristofer Sommestad, a SWAD developer.</description>
	<lastBuildDate>Sun, 23 Jan 2011 12:21:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Calculating CSS selectors’ specificity</title>
		<link>http://blog.sommestad.net/2009/03/calculating-css-selectors-specificity-2/</link>
		<comments>http://blog.sommestad.net/2009/03/calculating-css-selectors-specificity-2/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 10:11:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css selectors]]></category>
		<category><![CDATA[old news]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://reallyaced.wordpress.com/?p=63</guid>
		<description><![CDATA[(This is actually old news, but maybe some people out there has missed it.) Sometimes, developers get confused when it comes to understanding why a certain selector overrides another. I guess the standard ways of solving it is reordering the selectors in the CSS or using ID selectors instead (as they&#8217;re well known to override [...]]]></description>
			<content:encoded><![CDATA[<p>(This is actually old news, but maybe some people out there has missed it.)</p>
<p>Sometimes, developers get confused when it comes to understanding why a certain selector overrides another. I guess the standard ways of solving it is reordering the selectors in the CSS or using ID selectors instead (as they&#8217;re well known to override most other selectors). But there&#8217;s of course plenty of logic to why certain selectors override others, and the reasons can be <a href="http://www.w3.org/TR/CSS21/cascade.html#specificity">found in the official W3C documentation</a>.</p>
<p>It&#8217;ll help you a lot in creating a sold and good structure in you CSS documents. Probably a good idea to keep the list bookmarked until you remember the rules, though&#8230; <img src='http://blog.sommestad.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sommestad.net/2009/03/calculating-css-selectors-specificity-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

