<?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: Modernizr: HTML5 and CSS3 detection</title>
	<atom:link href="http://ajaxian.com/archives/modernizr-html5-and-css3-detection/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ucanmexwise</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-275294</link>
		<dc:creator>ucanmexwise</dc:creator>
		<pubDate>Sat, 29 Aug 2009 17:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-275294</guid>
		<description>I&#039;ve made a similar open source lib called &quot;Supports.js&quot; (http://dev.netzgesta.de/).
Whenever you need to know if a CSS property is supported and what it&#039;s DOM name is!
It allows you to check style features and also referable style values.
It depends not on a fixed list of items to check and therefor it is forward compatible.
It&#039;s only about 2600 bytes and without the heading comments less than 2048 bytes.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made a similar open source lib called &#8220;Supports.js&#8221; (<a href="http://dev.netzgesta.de/" rel="nofollow">http://dev.netzgesta.de/</a>).<br />
Whenever you need to know if a CSS property is supported and what it&#8217;s DOM name is!<br />
It allows you to check style features and also referable style values.<br />
It depends not on a fixed list of items to check and therefor it is forward compatible.<br />
It&#8217;s only about 2600 bytes and without the heading comments less than 2048 bytes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hdragomir</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-274418</link>
		<dc:creator>hdragomir</dc:creator>
		<pubDate>Sun, 12 Jul 2009 10:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-274418</guid>
		<description>You have no idea the hacks you have to produce to be able to write both CSS 3 and 2.1 compatible stylesheets that don&#039;t mess with each other.

This little script could really save a lot of time and headache.
Thank you!</description>
		<content:encoded><![CDATA[<p>You have no idea the hacks you have to produce to be able to write both CSS 3 and 2.1 compatible stylesheets that don&#8217;t mess with each other.</p>
<p>This little script could really save a lot of time and headache.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KuraFire</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-274258</link>
		<dc:creator>KuraFire</dc:creator>
		<pubDate>Thu, 02 Jul 2009 21:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-274258</guid>
		<description>Modernizr is hosted on Google AppEngine, which suffered a system-wide down period this morning. It&#039;s back up now, though.</description>
		<content:encoded><![CDATA[<p>Modernizr is hosted on Google AppEngine, which suffered a system-wide down period this morning. It&#8217;s back up now, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-274256</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-274256</guid>
		<description>Slashdotted? o_O</description>
		<content:encoded><![CDATA[<p>Slashdotted? o_O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KuraFire</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-274255</link>
		<dc:creator>KuraFire</dc:creator>
		<pubDate>Thu, 02 Jul 2009 17:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-274255</guid>
		<description>You&#039;re supposed to embed it directly after the BODY element, precisely to avoid any reflow / restyling issues.

It&#039;s only doing one real DOM operation, and that&#039;s added the series of classes to the BODY element. The whole thing is only 16kb uncompressed (6kb compressed) and typically runs in less than 20 ms on modern machines. It&#039;ll be a bit longer in IE6 because it has such a slow JavaScript engine, but it&#039;s still very much within acceptable ranges.</description>
		<content:encoded><![CDATA[<p>You&#8217;re supposed to embed it directly after the BODY element, precisely to avoid any reflow / restyling issues.</p>
<p>It&#8217;s only doing one real DOM operation, and that&#8217;s added the series of classes to the BODY element. The whole thing is only 16kb uncompressed (6kb compressed) and typically runs in less than 20 ms on modern machines. It&#8217;ll be a bit longer in IE6 because it has such a slow JavaScript engine, but it&#8217;s still very much within acceptable ranges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zachleat</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-274251</link>
		<dc:creator>zachleat</dc:creator>
		<pubDate>Thu, 02 Jul 2009 15:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-274251</guid>
		<description>I like the idea, but what sort of performance hit are you going to see in IE7/IE6 by including this on your site?  Especially since you&#039;re changing the  tag&#039;s class attribute, which will cause reflow if you add clientside on page load.</description>
		<content:encoded><![CDATA[<p>I like the idea, but what sort of performance hit are you going to see in IE7/IE6 by including this on your site?  Especially since you&#8217;re changing the  tag&#8217;s class attribute, which will cause reflow if you add clientside on page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KuraFire</title>
		<link>http://ajaxian.com/archives/modernizr-html5-and-css3-detection/comment-page-1#comment-274241</link>
		<dc:creator>KuraFire</dc:creator>
		<pubDate>Thu, 02 Jul 2009 05:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=7049#comment-274241</guid>
		<description>Psst: your second code example lists it as CSS but it&#039;s JavaScript inside it. :-)</description>
		<content:encoded><![CDATA[<p>Psst: your second code example lists it as CSS but it&#8217;s JavaScript inside it. :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

