<?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: &lt;!doctype html&gt;</title>
	<atom:link href="http://ajaxian.com/archives/doctype-html/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/doctype-html</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 20 Mar 2010 05:20:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mrclay</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269979</link>
		<dc:creator>mrclay</dc:creator>
		<pubDate>Thu, 18 Dec 2008 21:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269979</guid>
		<description>I&#039;d love to... Someone want to tell WordPress to switch to HTML?</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to&#8230; Someone want to tell WordPress to switch to HTML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zachleat</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269488</link>
		<dc:creator>zachleat</dc:creator>
		<pubDate>Tue, 02 Dec 2008 21:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269488</guid>
		<description>Ha.  While Google&#039;s search results do use this method, they also don&#039;t even have an opening HTML tag.  I guess they have the testing resources to ignore standards based development, do you?

Here&#039;s to hoping that no tags are ever deprecated or removed!</description>
		<content:encoded><![CDATA[<p>Ha.  While Google&#8217;s search results do use this method, they also don&#8217;t even have an opening HTML tag.  I guess they have the testing resources to ignore standards based development, do you?</p>
<p>Here&#8217;s to hoping that no tags are ever deprecated or removed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WillPeavy</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269445</link>
		<dc:creator>WillPeavy</dc:creator>
		<pubDate>Sat, 29 Nov 2008 01:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269445</guid>
		<description>Nobody knows what the web will be like when people are using HTML 7 or 8. What if developers 20+ years from now would benefit from altering the properties of elements and attributes that go into HTML 5? If versioning is omitted, future developers would be locked into today&#039;s view of how the web should work.</description>
		<content:encoded><![CDATA[<p>Nobody knows what the web will be like when people are using HTML 7 or 8. What if developers 20+ years from now would benefit from altering the properties of elements and attributes that go into HTML 5? If versioning is omitted, future developers would be locked into today&#8217;s view of how the web should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ded</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269436</link>
		<dc:creator>ded</dc:creator>
		<pubDate>Fri, 28 Nov 2008 18:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269436</guid>
		<description>Thanks for posting this Dion. I wanted to also make this clear as someone pointed out on my blog, is that John Resig &lt;a href=&quot;http://ejohn.org/blog/html5-doctype/&quot; rel=&quot;nofollow&quot;&gt;pointed this out&lt;/a&gt; near the beginning of this year and goes even further in explaining the details, and in reality, this is a good idea.

Even so, it&#039;s been working for Google for the last couple of years.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this Dion. I wanted to also make this clear as someone pointed out on my blog, is that John Resig <a href="http://ejohn.org/blog/html5-doctype/" rel="nofollow">pointed this out</a> near the beginning of this year and goes even further in explaining the details, and in reality, this is a good idea.</p>
<p>Even so, it&#8217;s been working for Google for the last couple of years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nosredna</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269435</link>
		<dc:creator>Nosredna</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269435</guid>
		<description>I like it. If it&#039;s good enough for Google pages, it&#039;s good enough for me.</description>
		<content:encoded><![CDATA[<p>I like it. If it&#8217;s good enough for Google pages, it&#8217;s good enough for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ywg</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269434</link>
		<dc:creator>ywg</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269434</guid>
		<description>@tbroyer
.
Then how can you validate a document if you don&#039;t know which subset you&#039;ve got to test against ?
.
If tomorrow HTML 6 got the &#039;object&#039; tag de precated, and you can&#039;t tell from the doctype which subset the author intended to use... Does these mean all prior document become unvalid ?</description>
		<content:encoded><![CDATA[<p>@tbroyer<br />
.<br />
Then how can you validate a document if you don&#8217;t know which subset you&#8217;ve got to test against ?<br />
.<br />
If tomorrow HTML 6 got the &#8216;object&#8217; tag de precated, and you can&#8217;t tell from the doctype which subset the author intended to use&#8230; Does these mean all prior document become unvalid ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iliad</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269433</link>
		<dc:creator>iliad</dc:creator>
		<pubDate>Fri, 28 Nov 2008 17:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269433</guid>
		<description>Hmmm, this looks interesting... I&#039;m gonna try it next time... hope the universe doesn&#039;t collapse on itself :)</description>
		<content:encoded><![CDATA[<p>Hmmm, this looks interesting&#8230; I&#8217;m gonna try it next time&#8230; hope the universe doesn&#8217;t collapse on itself :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smith</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269431</link>
		<dc:creator>smith</dc:creator>
		<pubDate>Fri, 28 Nov 2008 16:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269431</guid>
		<description>As of very recently http://validator.w3.org/ now (experimentally) checks HTML 5. That means it works from the Firefox Web Developer Toolbar as well.</description>
		<content:encoded><![CDATA[<p>As of very recently <a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a> now (experimentally) checks HTML 5. That means it works from the Firefox Web Developer Toolbar as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aheckmann</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269430</link>
		<dc:creator>aheckmann</dc:creator>
		<pubDate>Fri, 28 Nov 2008 16:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269430</guid>
		<description>maybe i should read the article before posting the obvious...</description>
		<content:encoded><![CDATA[<p>maybe i should read the article before posting the obvious&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aheckmann</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269429</link>
		<dc:creator>aheckmann</dc:creator>
		<pubDate>Fri, 28 Nov 2008 16:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269429</guid>
		<description>This is what google has been using in their search results for a while now.</description>
		<content:encoded><![CDATA[<p>This is what google has been using in their search results for a while now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tbroyer</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269428</link>
		<dc:creator>tbroyer</dc:creator>
		<pubDate>Fri, 28 Nov 2008 15:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269428</guid>
		<description>The whole point of HTML5 is provide a &quot;web compatible&quot; platform. This means a document published now should show OK in 10 years from now, and an HTML5-compliant browser will be able to open HTML6, HTML7, etc. web pages.
What it also means is that a valid HTML5 page will be valid HTML6, valid HTML7, etc.
People don&#039;t care whether their page is valid HTML 2.0, what they care is that it&#039;s &quot;valid HTML&quot; (at the time they publish it and at any later point in time) and that it &quot;just works&quot; in browsers.
Having a version number in the web page encourages browsers to do doctype-sniffing.

See also http://hsivonen.iki.fi/doctype/ for more about doctype sniffing.</description>
		<content:encoded><![CDATA[<p>The whole point of HTML5 is provide a &#8220;web compatible&#8221; platform. This means a document published now should show OK in 10 years from now, and an HTML5-compliant browser will be able to open HTML6, HTML7, etc. web pages.<br />
What it also means is that a valid HTML5 page will be valid HTML6, valid HTML7, etc.<br />
People don&#8217;t care whether their page is valid HTML 2.0, what they care is that it&#8217;s &#8220;valid HTML&#8221; (at the time they publish it and at any later point in time) and that it &#8220;just works&#8221; in browsers.<br />
Having a version number in the web page encourages browsers to do doctype-sniffing.</p>
<p>See also <a href="http://hsivonen.iki.fi/doctype/" rel="nofollow">http://hsivonen.iki.fi/doctype/</a> for more about doctype sniffing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsync</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269427</link>
		<dc:creator>vsync</dc:creator>
		<pubDate>Fri, 28 Nov 2008 14:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269427</guid>
		<description>I&#039;m too afraid to try it out :)</description>
		<content:encoded><![CDATA[<p>I&#8217;m too afraid to try it out :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269426</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269426</guid>
		<description>Once we ween ourselves away from quirksmode supporting browsers we could drop the doctype completely and rely on server defined content type and/or a meta tag I&#039;m sure</description>
		<content:encoded><![CDATA[<p>Once we ween ourselves away from quirksmode supporting browsers we could drop the doctype completely and rely on server defined content type and/or a meta tag I&#8217;m sure</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hellweaver666</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269425</link>
		<dc:creator>hellweaver666</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269425</guid>
		<description>Damn, forgot to code it up... I meant:

&lt;code&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Damn, forgot to code it up&#8230; I meant:</p>
<p><code></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hellweaver666</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269424</link>
		<dc:creator>hellweaver666</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269424</guid>
		<description>I think if it had the version number it may be better... i.e.



Surely browsers can just store the location of the most popular and common doctypes and treat that like some kind of shortcut? It would certainly save us the hassle of sticking the really long one in?</description>
		<content:encoded><![CDATA[<p>I think if it had the version number it may be better&#8230; i.e.</p>
<p>Surely browsers can just store the location of the most popular and common doctypes and treat that like some kind of shortcut? It would certainly save us the hassle of sticking the really long one in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phunky</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269423</link>
		<dc:creator>Phunky</dc:creator>
		<pubDate>Fri, 28 Nov 2008 12:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269423</guid>
		<description>It does make sense in a way, although it does kinda feel wrong - not sure why, just feels wrong :S</description>
		<content:encoded><![CDATA[<p>It does make sense in a way, although it does kinda feel wrong &#8211; not sure why, just feels wrong :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ywg</title>
		<link>http://ajaxian.com/archives/doctype-html/comment-page-1#comment-269422</link>
		<dc:creator>ywg</dc:creator>
		<pubDate>Fri, 28 Nov 2008 12:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5248#comment-269422</guid>
		<description>Am I the only one to think that a Doctype who fails to clearly specify the type of the document is a very bad idea ?
.
I understand the need of simplification, but you should at least specify which html version you use.
.
</description>
		<content:encoded><![CDATA[<p>Am I the only one to think that a Doctype who fails to clearly specify the type of the document is a very bad idea ?<br />
.<br />
I understand the need of simplification, but you should at least specify which html version you use.<br />
.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
