<?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: CSS: Most Interesting Questions I Was Asked Last Year</title>
	<atom:link href="http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/</link>
	<description>Design Blog</description>
	<lastBuildDate>Sun, 29 Jan 2012 07:37:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Neil</title>
		<link>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/comment-page-1/#comment-25384</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Fri, 13 Jan 2012 21:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2309#comment-25384</guid>
		<description>@Nick
Quirks Mode isn&#039;t necessarily buggy, it&#039;s how the browser natively renders the content if the DOCTYPE isn&#039;t defined.   Newer, non-IE, browsers won&#039;t have any noticeable difference in their rendering if it&#039;s omitted.  

http://www.quirksmode.org/css/quirksmode.html</description>
		<content:encoded><![CDATA[<p>@Nick<br />
Quirks Mode isn&#8217;t necessarily buggy, it&#8217;s how the browser natively renders the content if the DOCTYPE isn&#8217;t defined.   Newer, non-IE, browsers won&#8217;t have any noticeable difference in their rendering if it&#8217;s omitted.  </p>
<p><a href="http://www.quirksmode.org/css/quirksmode.html" rel="nofollow">http://www.quirksmode.org/css/quirksmode.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Tent</title>
		<link>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/comment-page-1/#comment-25351</link>
		<dc:creator>Nick Tent</dc:creator>
		<pubDate>Wed, 11 Jan 2012 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2309#comment-25351</guid>
		<description>@Q25

Quirks mode occurs when a browser treats a web page as “buggy.” As a result, such pages are treated as though they were written in invalid markup, and therefore will be
improperly rendered in modern browsers even if the XHTML and CSS are coded perfectly.

A web page that is without a DOCTYPE, with an older DOCTYPE, or with a typoriddled DOCTYPE triggers quirks mode. So, when coding pages, make sure to check that the DOCTYPE is both added to the page and typed correctly to ensure that browsers do not render pages in quirks mode.</description>
		<content:encoded><![CDATA[<p>@Q25</p>
<p>Quirks mode occurs when a browser treats a web page as “buggy.” As a result, such pages are treated as though they were written in invalid markup, and therefore will be<br />
improperly rendered in modern browsers even if the XHTML and CSS are coded perfectly.</p>
<p>A web page that is without a DOCTYPE, with an older DOCTYPE, or with a typoriddled DOCTYPE triggers quirks mode. So, when coding pages, make sure to check that the DOCTYPE is both added to the page and typed correctly to ensure that browsers do not render pages in quirks mode.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ViAm</title>
		<link>http://www.saffronstroke.com/2012/01/08/css-most-interesting-questions-i-was-asked-last-year/comment-page-1/#comment-25345</link>
		<dc:creator>ViAm</dc:creator>
		<pubDate>Wed, 11 Jan 2012 06:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.saffronstroke.com/?p=2309#comment-25345</guid>
		<description>Answering question 2, if I may!

Q2. When should I use Class Selectors instead of ID selectors?

We use class selectors when we need to apply a style multiple times within a document. ID selectors are used for one-time-only use within a document.

Morevoer ID selectors are used to identify unique sections of a page like head, content, navigation etc.</description>
		<content:encoded><![CDATA[<p>Answering question 2, if I may!</p>
<p>Q2. When should I use Class Selectors instead of ID selectors?</p>
<p>We use class selectors when we need to apply a style multiple times within a document. ID selectors are used for one-time-only use within a document.</p>
<p>Morevoer ID selectors are used to identify unique sections of a page like head, content, navigation etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

