<?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: HTML5 Reset Stylesheet</title>
	<atom:link href="http://html5doctor.com/html-5-reset-stylesheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/html-5-reset-stylesheet/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:04:25 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: liu liming</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2288</link>
		<dc:creator>liu liming</dc:creator>
		<pubDate>Sun, 21 Feb 2010 03:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2288</guid>
		<description>[...] *HTML 5 Reset Stylesheet [...]</description>
		<content:encoded><![CDATA[<p>[...] *HTML 5 Reset Stylesheet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Clark</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2281</link>
		<dc:creator>Richard Clark</dc:creator>
		<pubDate>Fri, 19 Feb 2010 09:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2281</guid>
		<description>@Tyler, why would that need adding specifically? Elements are treated as inline by default anyway and some of those in your list should be treated as block so it would be bloating the code unnecessarily.

@Paul, cheers for that Paul. I don&#039;t think I&#039;ve come across many problems with IE6 except the usual bugs such as giving elements hasLayout as you&#039;ve pointed out. I would probably add &lt;code&gt;zoom:1&lt;/code&gt; to my default IE6 stylesheet.</description>
		<content:encoded><![CDATA[<p>@Tyler, why would that need adding specifically? Elements are treated as inline by default anyway and some of those in your list should be treated as block so it would be bloating the code unnecessarily.</p>
<p>@Paul, cheers for that Paul. I don&#8217;t think I&#8217;ve come across many problems with IE6 except the usual bugs such as giving elements hasLayout as you&#8217;ve pointed out. I would probably add <code>zoom:1</code> to my default IE6 stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3streamer blog - HTML初心者が知っておくべきリセットCSS と3つのポイント</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2280</link>
		<dc:creator>3streamer blog - HTML初心者が知っておくべきリセットCSS と3つのポイント</dc:creator>
		<pubDate>Fri, 19 Feb 2010 07:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2280</guid>
		<description>[...] HTMLの次期バージョンHTML5の策定作業が進行していますが、既にHTML5のタグやCSS3を先行実装するブラウザも現れてきました。これらが実際の制作現場で使われるようになると、また制作の手法も変わってくるでしょう。リセットCSSもHTML5用のものが提案されていたりします。今後どうなっていくのか注目です。 [...]</description>
		<content:encoded><![CDATA[<p>[...] HTMLの次期バージョンHTML5の策定作業が進行していますが、既にHTML5のタグやCSS3を先行実装するブラウザも現れてきました。これらが実際の制作現場で使われるようになると、また制作の手法も変わってくるでしょう。リセットCSSもHTML5用のものが提案されていたりします。今後どうなっていくのか注目です。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Irish</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2271</link>
		<dc:creator>Paul Irish</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2271</guid>
		<description>In my experience adding a zoom:1 to the new elements style made IE6 especially play much much nicer.

&lt;code&gt;
article, aside, dialog, figure, footer, header, hgroup, nav, section { 
    display:block; zoom:1;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>In my experience adding a zoom:1 to the new elements style made IE6 especially play much much nicer.</p>
<p><code><br />
article, aside, dialog, figure, footer, header, hgroup, nav, section {<br />
    display:block; zoom:1;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Rasmussen</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2266</link>
		<dc:creator>Tyler Rasmussen</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2266</guid>
		<description>I did my best, but that just adding:
&lt;code&gt;&lt;pre&gt;article,aside,audio,canvas,datagrid,datalist,details,dialog,figure,footer,header,hgroup,menu,nav,section,video{display: block;}abbr,eventsource,mark,meter,time,progress,output,bb{display:inline;}&lt;/pre&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I did my best, but that just adding:<br />
<code>
<pre>article,aside,audio,canvas,datagrid,datalist,details,dialog,figure,footer,header,hgroup,menu,nav,section,video{display: block;}abbr,eventsource,mark,meter,time,progress,output,bb{display:inline;}</pre>
<p></p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler Rasmussen</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2265</link>
		<dc:creator>Tyler Rasmussen</dc:creator>
		<pubDate>Mon, 15 Feb 2010 20:59:55 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2265</guid>
		<description>Any chance you could post a modification of the new YUI3 reset.css (http://real.us.yimg.com/lib/yui/3.0.0/build/cssreset/reset-min.css) with HTML5 support?</description>
		<content:encoded><![CDATA[<p>Any chance you could post a modification of the new YUI3 reset.css (<a href="http://real.us.yimg.com/lib/yui/3.0.0/build/cssreset/reset-min.css" rel="nofollow">http://real.us.yimg.com/lib/yui/3.0.0/build/cssreset/reset-min.css</a>) with HTML5 support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Youtube &#8211; Utilisation de la balise video &#124; petites merveilles du web</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2150</link>
		<dc:creator>Youtube &#8211; Utilisation de la balise video &#124; petites merveilles du web</dc:creator>
		<pubDate>Fri, 29 Jan 2010 21:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2150</guid>
		<description>[...] HTML5 reset StyleSheet [...]</description>
		<content:encoded><![CDATA[<p>[...] HTML5 reset StyleSheet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silentash-默尘 &#187; html5 doctype与图片多余空白</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2107</link>
		<dc:creator>Silentash-默尘 &#187; html5 doctype与图片多余空白</dc:creator>
		<pubDate>Fri, 08 Jan 2010 09:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2107</guid>
		<description>[...] 以下是html5doctor.com给出的HTML5 Reset Stylesheet [...]</description>
		<content:encoded><![CDATA[<p>[...] 以下是html5doctor.com给出的HTML5 Reset Stylesheet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hikari</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2030</link>
		<dc:creator>Hikari</dc:creator>
		<pubDate>Sun, 27 Dec 2009 04:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2030</guid>
		<description>Ah! 1 more thing.

Bringing strike and u back still validated it over CSS 2.1, so I don&#039;t think those elements should be excluded just because the reset is meant for HTML5.

Let HTML5 validators ding users that still use those elements! Let&#039;s not mix markup matters with styling matters... If we ommit them, what will happen in practice is that they will be styled by browsers defaults, which is what we wanna avoid with CSS Resets to begin with.

If we wanna use styling to blame invalid HTML5 elements, it would be better to set some odd styling to them, like a background-color that would highlight where they are :P</description>
		<content:encoded><![CDATA[<p>Ah! 1 more thing.</p>
<p>Bringing strike and u back still validated it over CSS 2.1, so I don&#8217;t think those elements should be excluded just because the reset is meant for HTML5.</p>
<p>Let HTML5 validators ding users that still use those elements! Let&#8217;s not mix markup matters with styling matters&#8230; If we ommit them, what will happen in practice is that they will be styled by browsers defaults, which is what we wanna avoid with CSS Resets to begin with.</p>
<p>If we wanna use styling to blame invalid HTML5 elements, it would be better to set some odd styling to them, like a background-color that would highlight where they are <img src='http://html5doctor.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hikari</title>
		<link>http://html5doctor.com/html-5-reset-stylesheet/comment-page-2/#comment-2029</link>
		<dc:creator>Hikari</dc:creator>
		<pubDate>Sun, 27 Dec 2009 04:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=622#comment-2029</guid>
		<description>I&#039;ve finally started developing a Wordpress theme from scratch from my sites and I used your HTML5 Reset for it. I&#039;ve done some changes and I&#039;d like to share them with you.

1) I removed ul, ol and li from that first blob of resets. Leaving them there had broken nested lists, they were being shown all with the same margin, as if they were 1 unique list, and with no list-style-type. It would take too work to restyle nested margins with different list-style-type for each nesting, so instead of turning everything to 0 I copied FireFox&#039;s default style, which seems to be very complete.

Interesting that together with ul and ol, FireFox also styles dir and menu with them, and sets it all perfect.

2) I know about deprecated HTML4 elements, but still people may use them. I know that FCKEdit uses strike instead of del, and also people may still have &lt;code&gt;&lt;u&gt;&lt;/code&gt; around.

Talking about &lt;code&gt;&lt;u&gt;&lt;/code&gt;, I&#039;ve found a nice replacement for it. A simple &lt;code&gt;.ul&lt;/code&gt; class setting &lt;code&gt;text-decoration:underline&lt;/code&gt; is the obvious replacement. But instead of using it with a span, I&#039;ve defaulted it for &lt;code&gt;em&lt;/code&gt;, so that when they are together italic is replaced for normal and underline is set.

That&#039;s nice because underline is meant for emphasing a text, so nothing better for Semantic purposes if &lt;code&gt;em&lt;/code&gt; is used, together with a class, for underlining too.

3) I&#039;ve also removed &lt;code&gt;&lt;q&gt;&lt;/code&gt; resetting, setting default content and quotes for it. I know HTML spec says each language should have their specific quote... maybe somebody could share a full list of laguage quotes so that we can add to our reset :P

In general, I don&#039;t like the idea of CSS Reset cleaning everything. CSS Reset should be meant for resetting &lt;strong&gt;browser inconsistent defaults&lt;/strong&gt;, setting &lt;strong&gt;our&lt;/strong&gt; default over them... and not for resetting &lt;em&gt;styles&lt;/em&gt; themselves.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve finally started developing a Wordpress theme from scratch from my sites and I used your HTML5 Reset for it. I&#8217;ve done some changes and I&#8217;d like to share them with you.</p>
<p>1) I removed ul, ol and li from that first blob of resets. Leaving them there had broken nested lists, they were being shown all with the same margin, as if they were 1 unique list, and with no list-style-type. It would take too work to restyle nested margins with different list-style-type for each nesting, so instead of turning everything to 0 I copied FireFox&#8217;s default style, which seems to be very complete.</p>
<p>Interesting that together with ul and ol, FireFox also styles dir and menu with them, and sets it all perfect.</p>
<p>2) I know about deprecated HTML4 elements, but still people may use them. I know that FCKEdit uses strike instead of del, and also people may still have <code>&lt;u&gt;</code> around.</p>
<p>Talking about <code>&lt;u&gt;</code>, I&#8217;ve found a nice replacement for it. A simple <code>.ul</code> class setting <code>text-decoration:underline</code> is the obvious replacement. But instead of using it with a span, I&#8217;ve defaulted it for <code>em</code>, so that when they are together italic is replaced for normal and underline is set.</p>
<p>That&#8217;s nice because underline is meant for emphasing a text, so nothing better for Semantic purposes if <code>em</code> is used, together with a class, for underlining too.</p>
<p>3) I&#8217;ve also removed <code>&lt;q&gt;</code> resetting, setting default content and quotes for it. I know HTML spec says each language should have their specific quote&#8230; maybe somebody could share a full list of laguage quotes so that we can add to our reset <img src='http://html5doctor.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>In general, I don&#8217;t like the idea of CSS Reset cleaning everything. CSS Reset should be meant for resetting <strong>browser inconsistent defaults</strong>, setting <strong>our</strong> default over them&#8230; and not for resetting <em>styles</em> themselves.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
