<?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: You can start using HTML 5 right now!</title>
	<atom:link href="http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/</link>
	<description>Thoughts on web development and technologies by Peter Gasston</description>
	<lastBuildDate>Sun, 07 Mar 2010 16:33:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcus Cavanaugh</title>
		<link>http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/comment-page-1/#comment-14941</link>
		<dc:creator>Marcus Cavanaugh</dc:creator>
		<pubDate>Thu, 17 Jul 2008 20:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/#comment-14941</guid>
		<description>@David: No, HTML5 does not allow you to use arbitrary elements. You can use XML Namespaces to declare different tag names, but that&#039;s not quite what you&#039;re thinking.

Fortunately, HTML5 will allow both XML and HTML dialects, so that should help alleviate concerns both ways.

&lt;em&gt;(I know this is a delayed response, but since this site shows up near the top of Google rankings I figured it might be useful for some people.)&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>@David: No, HTML5 does not allow you to use arbitrary elements. You can use XML Namespaces to declare different tag names, but that’s not quite what you’re thinking.</p>
<p>Fortunately, HTML5 will allow both XML and HTML dialects, so that should help alleviate concerns both ways.</p>
<p><em>(I know this is a delayed response, but since this site shows up near the top of Google rankings I figured it might be useful for some people.)</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hopkins</title>
		<link>http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/comment-page-1/#comment-6427</link>
		<dc:creator>David Hopkins</dc:creator>
		<pubDate>Sat, 12 Jan 2008 22:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/#comment-6427</guid>
		<description>Are you saying that in HTML 5 (or XHTML2 as DS states) we will be able to use any element name we want to? Without declaring them in a DTD?

I don&#039;t like the idea of HTML becoming XML. People will come up with all types of elements and they wont mean anything from a semantic viewpoint. I like the sound of these new elements for article etc though.</description>
		<content:encoded><![CDATA[<p>Are you saying that in HTML 5 (or XHTML2 as DS states) we will be able to use any element name we want to? Without declaring them in a DTD?</p>
<p>I don’t like the idea of HTML becoming XML. People will come up with all types of elements and they wont mean anything from a semantic viewpoint. I like the sound of these new elements for article etc though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Storey</title>
		<link>http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/comment-page-1/#comment-5996</link>
		<dc:creator>David Storey</dc:creator>
		<pubDate>Wed, 02 Jan 2008 18:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/#comment-5996</guid>
		<description>This should also work in FF if you serve it as XML instead of html.</description>
		<content:encoded><![CDATA[<p>This should also work in FF if you serve it as XML instead of html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Storey</title>
		<link>http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/comment-page-1/#comment-5419</link>
		<dc:creator>David Storey</dc:creator>
		<pubDate>Thu, 20 Dec 2007 02:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/#comment-5419</guid>
		<description>The monkeys element is from XHTML2, not HTML5.

Beyond being able to do this, as it is basically just styling XML, you can play with a lot more in Opera.  You can also use &lt;a href=&quot;http://dev.opera.com/articles/view/improve-your-forms-using-html5/&quot; rel=&quot;nofollow&quot;&gt;Web Forms 2&lt;/a&gt;, &lt;a href=&quot;http://my.opera.com/WebApplications/blog/show.dml/438711&quot; rel=&quot;nofollow&quot;&gt;server sent events&lt;/a&gt; (event-source), cross document messaging, getElementsByClassName (it&#039;s HTML5 even though it is JavaScript/DOM), canvas, &lt;a href=&quot;http://www.whatwg.org/specs/web-apps/current-work/#navigator.online&quot; rel=&quot;nofollow&quot;&gt;navigator.online&lt;/a&gt; (for reporting if the browser is connected to the network), Element.tabIndex, Element.blur, Element.focus, video and audio element (in a special build), contenteditible (comes from IE I think) and possibly more that I&#039;ve missed.</description>
		<content:encoded><![CDATA[<p>The monkeys element is from XHTML2, not HTML5.</p>
<p>Beyond being able to do this, as it is basically just styling XML, you can play with a lot more in Opera.  You can also use <a href="http://dev.opera.com/articles/view/improve-your-forms-using-html5/" rel="nofollow">Web Forms 2</a>, <a href="http://my.opera.com/WebApplications/blog/show.dml/438711" rel="nofollow">server sent events</a> (event-source), cross document messaging, getElementsByClassName (it’s HTML5 even though it is JavaScript/DOM), canvas, <a href="http://www.whatwg.org/specs/web-apps/current-work/#navigator.online" rel="nofollow">navigator.online</a> (for reporting if the browser is connected to the network), Element.tabIndex, Element.blur, Element.focus, video and audio element (in a special build), contenteditible (comes from IE I think) and possibly more that I’ve missed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/comment-page-1/#comment-5410</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sat, 08 Dec 2007 10:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.broken-links.com/2007/12/06/you-can-start-using-html-5-right-now/#comment-5410</guid>
		<description>I&#039;d love to start using HTML 5 but until it&#039;s a standard and is supported by at least some browsers it is a bit pointless to me. To start playing with it now just seems like we&#039;re teasing ourselves!</description>
		<content:encoded><![CDATA[<p>I’d love to start using HTML 5 but until it’s a standard and is supported by at least some browsers it is a bit pointless to me. To start playing with it now just seems like we’re teasing ourselves!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
