<?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: A Comprehensive Guide to CSS Resets</title>
	<atom:link href="http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/</link>
	<description></description>
	<lastBuildDate>Mon, 29 Apr 2013 08:43:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Ravi</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-92124</link>
		<dc:creator>Ravi</dc:creator>
		<pubDate>Mon, 21 Feb 2011 06:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-92124</guid>
		<description>Nice article!! thanks!!</description>
		<content:encoded><![CDATA[<p>Nice article!! thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Douglas</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-89619</link>
		<dc:creator>Dan Douglas</dc:creator>
		<pubDate>Mon, 31 Jan 2011 00:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-89619</guid>
		<description>Perhaps what&#039;s most silly about CSS reset is that the entire purpose of using either HTML or the XHTML namespace to begin with is to instruct the browser to apply implicit stylistic treatment to elements of that namespace. Using an XML MIME-type and no namespace consistently accomplishes exactly what you want, at least in all non-IE browsers. If you wanted to explicitly define the behavior of every element then you should be using vocabularies like XBL2 and XUL (plus CSS where possible and maybe some XSLT tricks) to do so dynamically. IMHO this concept wouldn&#039;t be half-bad but unfortunately fully-generalized XML support with total exposure of a browser&#039;s features to a standardized declarative interface is completely opposite to the direction the web seems to be going in as of late.

Also if I&#039;m not mistaken some browsers like Opera use vendor-prefixed CSS properties as a mechanism for defining the basic behaviors of certain elements in HTML and SVG namespaces which you most definitely don&#039;t want to wipe out as it would take a lot of browser-specific code to build it back up again.</description>
		<content:encoded><![CDATA[<p>Perhaps what&#8217;s most silly about CSS reset is that the entire purpose of using either HTML or the XHTML namespace to begin with is to instruct the browser to apply implicit stylistic treatment to elements of that namespace. Using an XML MIME-type and no namespace consistently accomplishes exactly what you want, at least in all non-IE browsers. If you wanted to explicitly define the behavior of every element then you should be using vocabularies like XBL2 and XUL (plus CSS where possible and maybe some XSLT tricks) to do so dynamically. IMHO this concept wouldn&#8217;t be half-bad but unfortunately fully-generalized XML support with total exposure of a browser&#8217;s features to a standardized declarative interface is completely opposite to the direction the web seems to be going in as of late.</p>
<p>Also if I&#8217;m not mistaken some browsers like Opera use vendor-prefixed CSS properties as a mechanism for defining the basic behaviors of certain elements in HTML and SVG namespaces which you most definitely don&#8217;t want to wipe out as it would take a lot of browser-specific code to build it back up again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Cairns</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-88141</link>
		<dc:creator>Richard Cairns</dc:creator>
		<pubDate>Tue, 18 Jan 2011 17:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-88141</guid>
		<description>I have played with CSS resets in the past, I guess the answer is to find one you like and sticl to it. I have been using the same one for around 5 years oops.</description>
		<content:encoded><![CDATA[<p>I have played with CSS resets in the past, I guess the answer is to find one you like and sticl to it. I have been using the same one for around 5 years oops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gemma</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-86117</link>
		<dc:creator>Gemma</dc:creator>
		<pubDate>Mon, 27 Dec 2010 18:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-86117</guid>
		<description>Thanks for this list of rests. I will bookmark it for future reference. I&#039;ve been using Eric Meyer&#039;s Reset Reloaded. 

By the way, I had no idea Dan Schulz had passed away. R.I.P. :-(</description>
		<content:encoded><![CDATA[<p>Thanks for this list of rests. I will bookmark it for future reference. I&#8217;ve been using Eric Meyer&#8217;s Reset Reloaded. </p>
<p>By the way, I had no idea Dan Schulz had passed away. R.I.P. :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HotCustard</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-85443</link>
		<dc:creator>HotCustard</dc:creator>
		<pubDate>Sun, 19 Dec 2010 19:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-85443</guid>
		<description>Wow, never realized there were so many. Ive been using Html5 Boilerplate for my last couple of sites and its worked well.</description>
		<content:encoded><![CDATA[<p>Wow, never realized there were so many. Ive been using Html5 Boilerplate for my last couple of sites and its worked well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neonailol</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-85399</link>
		<dc:creator>Neonailol</dc:creator>
		<pubDate>Sat, 18 Dec 2010 13:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-85399</guid>
		<description>thx for cool article, but this reset for designers mostly
but what about clients, that adding text just coping from msword or some other way try to break layout? not every CMS fix this, so is there any solution for resetting everything?</description>
		<content:encoded><![CDATA[<p>thx for cool article, but this reset for designers mostly<br />
but what about clients, that adding text just coping from msword or some other way try to break layout? not every CMS fix this, so is there any solution for resetting everything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tuck</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-85384</link>
		<dc:creator>Michael Tuck</dc:creator>
		<pubDate>Sat, 18 Dec 2010 05:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-85384</guid>
		<description>Jeff Starr&#039;s new auto-reset facility:

http://cssresetr.com/

I just tweeted him that I wish I had known about it when I wrote this article. It&#039;s very new, so I think the article was already written when he made this available.</description>
		<content:encoded><![CDATA[<p>Jeff Starr&#8217;s new auto-reset facility:</p>
<p><a href="http://cssresetr.com/" rel="nofollow">http://cssresetr.com/</a></p>
<p>I just tweeted him that I wish I had known about it when I wrote this article. It&#8217;s very new, so I think the article was already written when he made this available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fitri Mandiri</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-84989</link>
		<dc:creator>Fitri Mandiri</dc:creator>
		<pubDate>Tue, 14 Dec 2010 17:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-84989</guid>
		<description>nice article.. CSS reset ninja :D
Thank you.</description>
		<content:encoded><![CDATA[<p>nice article.. CSS reset ninja :D<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IdentyMe</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-84977</link>
		<dc:creator>IdentyMe</dc:creator>
		<pubDate>Tue, 14 Dec 2010 15:57:43 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-84977</guid>
		<description>Thanks Michael for great tips.</description>
		<content:encoded><![CDATA[<p>Thanks Michael for great tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Garcia</title>
		<link>http://sixrevisions.com/css/a-comprehensive-guide-to-css-resets/#comment-84974</link>
		<dc:creator>Jorge Garcia</dc:creator>
		<pubDate>Tue, 14 Dec 2010 15:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://sixrevisions.com/?p=4564#comment-84974</guid>
		<description>Awesome Article. I am finding myself using the YUI resent for the most part, and adding/removing anything that I need based on the project.

Thanks again for the great read!</description>
		<content:encoded><![CDATA[<p>Awesome Article. I am finding myself using the YUI resent for the most part, and adding/removing anything that I need based on the project.</p>
<p>Thanks again for the great read!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
