<?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: Backwards compatibility and HTML 5</title>
	<atom:link href="http://ajaxian.com/archives/backwards-compatibility-and-html-5/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5</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: westonruter</title>
		<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5/comment-page-1#comment-270372</link>
		<dc:creator>westonruter</dc:creator>
		<pubDate>Mon, 12 Jan 2009 16:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5593#comment-270372</guid>
		<description>@zachleat, If they&#039;re on a mobile device, they won&#039;t be using IE7, so that shim won&#039;t be necessary (at least that one). If they&#039;re on IE7 with JavaScript disabled, then they&#039;re out of luck, and should switch to Firefox, Safari, or Chrome ;-)</description>
		<content:encoded><![CDATA[<p>@zachleat, If they&#8217;re on a mobile device, they won&#8217;t be using IE7, so that shim won&#8217;t be necessary (at least that one). If they&#8217;re on IE7 with JavaScript disabled, then they&#8217;re out of luck, and should switch to Firefox, Safari, or Chrome ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zachleat</title>
		<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5/comment-page-1#comment-270330</link>
		<dc:creator>zachleat</dc:creator>
		<pubDate>Fri, 09 Jan 2009 23:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5593#comment-270330</guid>
		<description>And what happens when your visitor has JavaScript disabled or is on a mobile device without JavaScript?</description>
		<content:encoded><![CDATA[<p>And what happens when your visitor has JavaScript disabled or is on a mobile device without JavaScript?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westonruter</title>
		<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5/comment-page-1#comment-270321</link>
		<dc:creator>westonruter</dc:creator>
		<pubDate>Fri, 09 Jan 2009 17:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5593#comment-270321</guid>
		<description>@Amenthes, because we have inline SVG and, more importantly, HTML5 block elements are parsed correctly in Firefox 2 when in XHTML mode. See FF2 bug https://bugzilla.mozilla.org/show_bug.cgi?id=311366</description>
		<content:encoded><![CDATA[<p>@Amenthes, because we have inline SVG and, more importantly, HTML5 block elements are parsed correctly in Firefox 2 when in XHTML mode. See FF2 bug <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=311366" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=311366</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amenthes</title>
		<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5/comment-page-1#comment-270311</link>
		<dc:creator>Amenthes</dc:creator>
		<pubDate>Fri, 09 Jan 2009 08:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5593#comment-270311</guid>
		<description>&lt;b&gt;@westonruter&lt;/b&gt;, why did you choose XHTML5 over HTML5?</description>
		<content:encoded><![CDATA[<p><b>@westonruter</b>, why did you choose XHTML5 over HTML5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oopstudios</title>
		<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5/comment-page-1#comment-270297</link>
		<dc:creator>oopstudios</dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5593#comment-270297</guid>
		<description>I say go for the new tags and sod IE6! Consider if all webdevelopers deployed the newest of technologies, it would help force along the development and stability of browsers... Git er done!</description>
		<content:encoded><![CDATA[<p>I say go for the new tags and sod IE6! Consider if all webdevelopers deployed the newest of technologies, it would help force along the development and stability of browsers&#8230; Git er done!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westonruter</title>
		<link>http://ajaxian.com/archives/backwards-compatibility-and-html-5/comment-page-1#comment-270293</link>
		<dc:creator>westonruter</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5593#comment-270293</guid>
		<description>Dion,
Your suggestion to &quot;convert the new tags to divs&quot; at runtime for browsers that don&#039;t support them is exactly what we&#039;ve done at Shepherd Interactive so that we can serve XHTML5 on our &lt;a href=&quot;http://shepherd-interactive.com/&quot; title=&quot;Shepherd Interactive&quot; rel=&quot;nofollow&quot;&gt;company website&lt;/a&gt;. We&#039;ve made an &lt;a href=&quot;http://code.google.com/p/shepherd-interactive/source/browse/trunk/wp-plugins/xhtml5-support/xhtml5-support.php&quot; rel=&quot;nofollow&quot;&gt;XHTML5 Support&lt;/a&gt; WordPress plugin which does exactly this. It adds a JavaScript shim to the HEAD for IE7, but for IE6 it replaces all HTML5 elements with DIVs, so that:
SECTION becomes DIV.html5-section 
ARTICLE becomes DIV.html5-article
Additional CSS rules, of course, can then be included to style these classified DIVs for IE6.</description>
		<content:encoded><![CDATA[<p>Dion,<br />
Your suggestion to &#8220;convert the new tags to divs&#8221; at runtime for browsers that don&#8217;t support them is exactly what we&#8217;ve done at Shepherd Interactive so that we can serve XHTML5 on our <a href="http://shepherd-interactive.com/" title="Shepherd Interactive" rel="nofollow">company website</a>. We&#8217;ve made an <a href="http://code.google.com/p/shepherd-interactive/source/browse/trunk/wp-plugins/xhtml5-support/xhtml5-support.php" rel="nofollow">XHTML5 Support</a> WordPress plugin which does exactly this. It adds a JavaScript shim to the HEAD for IE7, but for IE6 it replaces all HTML5 elements with DIVs, so that:<br />
SECTION becomes DIV.html5-section<br />
ARTICLE becomes DIV.html5-article<br />
Additional CSS rules, of course, can then be included to style these classified DIVs for IE6.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

