<?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 Structural Reset</title>
	<atom:link href="http://ajaxian.com/archives/css-structural-reset/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/css-structural-reset</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: gonchuki</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283861</link>
		<dc:creator>gonchuki</dc:creator>
		<pubDate>Tue, 01 Jun 2010 17:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283861</guid>
		<description>body, h1, h2, h3, h4, h5, p, form, ul, ol, li, fieldset { margin: 0; padding: 0; }
object, embed { outline: none; }
ul, ol, li { list-style: none; }
img, fieldset { border: 0; }

works like a charm.</description>
		<content:encoded><![CDATA[<p>body, h1, h2, h3, h4, h5, p, form, ul, ol, li, fieldset { margin: 0; padding: 0; }<br />
object, embed { outline: none; }<br />
ul, ol, li { list-style: none; }<br />
img, fieldset { border: 0; }</p>
<p>works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JSkid</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283834</link>
		<dc:creator>JSkid</dc:creator>
		<pubDate>Sat, 29 May 2010 13:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283834</guid>
		<description>I usually use Eric Meyers reset. =)</description>
		<content:encoded><![CDATA[<p>I usually use Eric Meyers reset. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AgentG</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283800</link>
		<dc:creator>AgentG</dc:creator>
		<pubDate>Wed, 26 May 2010 16:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283800</guid>
		<description>I was turned on to *{padding:0; margin:0;} awhile back, and it works quite well.  Especially when you consider you&#039;re likely to set what you want on all the other tags in your main css file.</description>
		<content:encoded><![CDATA[<p>I was turned on to *{padding:0; margin:0;} awhile back, and it works quite well.  Especially when you consider you&#8217;re likely to set what you want on all the other tags in your main css file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidMark</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283763</link>
		<dc:creator>DavidMark</dc:creator>
		<pubDate>Sun, 23 May 2010 20:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283763</guid>
		<description>CSS resets are backwards.  Agents (not to mention users!) have diverse default styles for a reason. Leave them alone.

As for presentational per site &quot;resets&quot; (e.g. list item styles), those are not resets at all.

Scripts certainly should not need to (and really can&#039;t) rely on such things.  And trying to make every browser looks like the handful you test with is a fool&#039;s errand.</description>
		<content:encoded><![CDATA[<p>CSS resets are backwards.  Agents (not to mention users!) have diverse default styles for a reason. Leave them alone.</p>
<p>As for presentational per site &#8220;resets&#8221; (e.g. list item styles), those are not resets at all.</p>
<p>Scripts certainly should not need to (and really can&#8217;t) rely on such things.  And trying to make every browser looks like the handful you test with is a fool&#8217;s errand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randomrandom</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283753</link>
		<dc:creator>randomrandom</dc:creator>
		<pubDate>Sat, 22 May 2010 10:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283753</guid>
		<description>If i&#039;m feeling cheeky i like to add this:
&lt;code&gt;br + br { display: none }&lt;/code&gt;
I&#039;m fed up with editors using 2 line-breaks instead of 1 paragraph.

Apart from that i try to avoid the * selector for performance reasons. Eric Mayer&#039;s reset has been serving me well. I tweak it a little for each website, as you should. But i may switch to something less verbose in the future.</description>
		<content:encoded><![CDATA[<p>If i&#8217;m feeling cheeky i like to add this:<br />
<code>br + br { display: none }</code><br />
I&#8217;m fed up with editors using 2 line-breaks instead of 1 paragraph.</p>
<p>Apart from that i try to avoid the * selector for performance reasons. Eric Mayer&#8217;s reset has been serving me well. I tweak it a little for each website, as you should. But i may switch to something less verbose in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndersMattson</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283752</link>
		<dc:creator>AndersMattson</dc:creator>
		<pubDate>Sat, 22 May 2010 07:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283752</guid>
		<description>One big thing missing for me is the font resets. Fonts and typefaces are an important part of web design and with webfonts on the way it seems like it should be in there.</description>
		<content:encoded><![CDATA[<p>One big thing missing for me is the font resets. Fonts and typefaces are an important part of web design and with webfonts on the way it seems like it should be in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nxtbcca</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283744</link>
		<dc:creator>nxtbcca</dc:creator>
		<pubDate>Fri, 21 May 2010 16:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283744</guid>
		<description>.tal {text-align:left}
.tac {text-align:center}
.tar {text-align:right}</description>
		<content:encoded><![CDATA[<p>.tal {text-align:left}<br />
.tac {text-align:center}<br />
.tar {text-align:right}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283743</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Fri, 21 May 2010 16:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283743</guid>
		<description>My resets differ for every project but I have a few that are always part of it

* { margin:0; padding:0; }
ul { list-style:none; }
img { display:block; }
a img { border:none; }
.clr { clear:both; }</description>
		<content:encoded><![CDATA[<p>My resets differ for every project but I have a few that are always part of it</p>
<p>* { margin:0; padding:0; }<br />
ul { list-style:none; }<br />
img { display:block; }<br />
a img { border:none; }<br />
.clr { clear:both; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GreLI</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283740</link>
		<dc:creator>GreLI</dc:creator>
		<pubDate>Fri, 21 May 2010 14:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283740</guid>
		<description>div mentioning is excessive here. I&#039;d prefer to add two optional things (depend on how you use it mostly):
— table, thead, tbody, tfoot, th, td { padding: 0; border: 0; }
— add ul to {margin:0;padding:0;} group and
ul {
display:block;
list-style:none;
}</description>
		<content:encoded><![CDATA[<p>div mentioning is excessive here. I&#8217;d prefer to add two optional things (depend on how you use it mostly):<br />
— table, thead, tbody, tfoot, th, td { padding: 0; border: 0; }<br />
— add ul to {margin:0;padding:0;} group and<br />
ul {<br />
display:block;<br />
list-style:none;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bugme</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283739</link>
		<dc:creator>bugme</dc:creator>
		<pubDate>Fri, 21 May 2010 12:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283739</guid>
		<description>*{zoom:0.0001} :evilgrin:</description>
		<content:encoded><![CDATA[<p>*{zoom:0.0001} :evilgrin:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ck2</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283738</link>
		<dc:creator>ck2</dc:creator>
		<pubDate>Fri, 21 May 2010 12:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283738</guid>
		<description>Ha, I use zoom:1 here and there but is there any performance penalty for EVERYTHING zoom:1 ?</description>
		<content:encoded><![CDATA[<p>Ha, I use zoom:1 here and there but is there any performance penalty for EVERYTHING zoom:1 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dutchcelt</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283737</link>
		<dc:creator>dutchcelt</dc:creator>
		<pubDate>Fri, 21 May 2010 12:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283737</guid>
		<description>Never been a fan of using wildcards &quot;*&quot;. It creates an unnecessary overhead. While I&#039;m at it, I&#039;m also not a fan of zeroing all elements in the web client. Meyer&#039;s reset with some needed patterning works wonders. So my resets are actually pattern setters for a particular company&#039;s web presence.</description>
		<content:encoded><![CDATA[<p>Never been a fan of using wildcards &#8220;*&#8221;. It creates an unnecessary overhead. While I&#8217;m at it, I&#8217;m also not a fan of zeroing all elements in the web client. Meyer&#8217;s reset with some needed patterning works wonders. So my resets are actually pattern setters for a particular company&#8217;s web presence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MartijnHoutman</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283736</link>
		<dc:creator>MartijnHoutman</dc:creator>
		<pubDate>Fri, 21 May 2010 12:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283736</guid>
		<description>* { zoom: 1; }

 ;-)</description>
		<content:encoded><![CDATA[<p>* { zoom: 1; }</p>
<p> ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeph</title>
		<link>http://ajaxian.com/archives/css-structural-reset/comment-page-1#comment-283735</link>
		<dc:creator>Jeph</dc:creator>
		<pubDate>Fri, 21 May 2010 12:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=9364#comment-283735</guid>
		<description>There are a couple of resets missing like outline: none.</description>
		<content:encoded><![CDATA[<p>There are a couple of resets missing like outline: none.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

