<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joseph Scott &#187; html</title>
	<atom:link href="http://josephscott.org/archives/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://josephscott.org</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 16:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<atom:link rel='hub' href='http://josephscott.org/?pushpress=hub'/>
<cloud domain='josephscott.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Minimum HTML 5 Document</title>
		<link>http://josephscott.org/archives/2008/12/minimum-html-5-document/</link>
		<comments>http://josephscott.org/archives/2008/12/minimum-html-5-document/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:00:52 +0000</pubDate>
		<dc:creator>Joseph Scott</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://josephscott.org/?p=503</guid>
		<description><![CDATA[Dustin Diaz recently posted about skinny doctypes, which basically boiled down to: &#60;!doctype html&#62; Folks in the comments pointed out that this is the doctype that HTML 5 uses. I&#8217;d only been glancing at HTML 5 from time to time, but this got me to look at it a little bit closer. I went to [...]


Related posts:<ol><li><a href='http://josephscott.org/archives/2009/04/wordpress-theme-authors-dont-forget-the-wp_head-function/' rel='bookmark' title='Permanent Link: WordPress Theme Authors, Don&#8217;t Forget The wp_head() Function'>WordPress Theme Authors, Don&#8217;t Forget The wp_head() Function</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Dustin Diaz recently posted about <a href="http://www.dustindiaz.com/skinny-on-doctypes/">skinny doctypes</a>, which basically boiled down to:</p>
<pre class="brush: xml;">
&lt;!doctype html&gt;
</pre>
<p>Folks in the comments pointed out that this is the doctype that <a href="http://www.w3.org/html/wg/html5/">HTML 5</a> uses.  I&#8217;d only been glancing at HTML 5 from time to time, but this got me to look at it a little bit closer.  I went to the <a href="http://validator.w3.org/">W3C Validator</a> to see what the minimum HTML 5 document looked like.  Here&#8217;s the smallest document that still validated:</p>
<pre class="brush: xml;">
&lt;!doctype html&gt;
&lt;html&gt;
&lt;head&gt;
    &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Now this is what I&#8217;m talking about, simple and to the point.</p>
<p>The validator does give one warning for this document, but it&#8217;s simply to mention that HTML 5 conformance is still experimental.</p>


<p>Related posts:<ol><li><a href='http://josephscott.org/archives/2009/04/wordpress-theme-authors-dont-forget-the-wp_head-function/' rel='bookmark' title='Permanent Link: WordPress Theme Authors, Don&#8217;t Forget The wp_head() Function'>WordPress Theme Authors, Don&#8217;t Forget The wp_head() Function</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://josephscott.org/archives/2008/12/minimum-html-5-document/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>