<?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: HTML5: New Elements (2 of 4)</title>
	<atom:link href="http://designshack.co.uk/articles/html/html5-new-elements-2-of-4/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.co.uk/articles/html/html5-new-elements-2-of-4</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Sun, 14 Mar 2010 19:40:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alastair Hodgson</title>
		<link>http://designshack.co.uk/articles/html/html5-new-elements-2-of-4#comment-1417</link>
		<dc:creator>Alastair Hodgson</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://designshack.co.uk/?p=2163#comment-1417</guid>
		<description>Good Article

Think you might have missed out the  tags from paragraph in the above example though.

Canvas looks very interesting, I can see it replacing flash in the future</description>
		<content:encoded><![CDATA[<p>Good Article</p>
<p>Think you might have missed out the  tags from paragraph in the above example though.</p>
<p>Canvas looks very interesting, I can see it replacing flash in the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Johnson</title>
		<link>http://designshack.co.uk/articles/html/html5-new-elements-2-of-4#comment-1388</link>
		<dc:creator>Joshua Johnson</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://designshack.co.uk/?p=2163#comment-1388</guid>
		<description>WHATWG definitely suggests that you are correct. It seems more in line with the other new elements like &lt;section&gt; if it is really just a new element to structure your own general content rather than merely something to refer to outside content. w3schools has let me down! I fact checked most everything one WHATWG but you&#039;re right, it tends to get pretty technical so it&#039;s easier to take w3schools at their word.</description>
		<content:encoded><![CDATA[<p>WHATWG definitely suggests that you are correct. It seems more in line with the other new elements like <section> if it is really just a new element to structure your own general content rather than merely something to refer to outside content. w3schools has let me down! I fact checked most everything one WHATWG but you&#8217;re right, it tends to get pretty technical so it&#8217;s easier to take w3schools at their word.</section></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Parry</title>
		<link>http://designshack.co.uk/articles/html/html5-new-elements-2-of-4#comment-1387</link>
		<dc:creator>Dylan Parry</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://designshack.co.uk/?p=2163#comment-1387</guid>
		<description>Ouch—it’s not unlike them to spread completely wrong information though! Best place to read about HTML5 (if you can handle all the technical jargon!) is straight from the horse’s mouth, ie. WHATWG or W3C.

Take anything you read on w3schools with a pinch of salt. They have nothing to do with W3C, and have been known to have inaccurate tutorials in the past.</description>
		<content:encoded><![CDATA[<p>Ouch—it’s not unlike them to spread completely wrong information though! Best place to read about HTML5 (if you can handle all the technical jargon!) is straight from the horse’s mouth, ie. WHATWG or W3C.</p>
<p>Take anything you read on w3schools with a pinch of salt. They have nothing to do with W3C, and have been known to have inaccurate tutorials in the past.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Johnson</title>
		<link>http://designshack.co.uk/articles/html/html5-new-elements-2-of-4#comment-1386</link>
		<dc:creator>Joshua Johnson</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://designshack.co.uk/?p=2163#comment-1386</guid>
		<description>Hmmm... I was getting my information here:

http://www.w3schools.com/tags/html5_article.asp

&quot;The &lt;article&gt; tag defines external content.

The external content could be a news-article from an external provider, or a text from a web log (blog), or a text from a forum, or any other content from an external source.&quot;</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; I was getting my information here:</p>
<p><a href="http://www.w3schools.com/tags/html5_article.asp" rel="nofollow">http://www.w3schools.com/tags/html5_article.asp</a></p>
<p>&#8220;The <article> tag defines external content.</p>
<p>The external content could be a news-article from an external provider, or a text from a web log (blog), or a text from a forum, or any other content from an external source.&#8221;</article></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Parry</title>
		<link>http://designshack.co.uk/articles/html/html5-new-elements-2-of-4#comment-1385</link>
		<dc:creator>Dylan Parry</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://designshack.co.uk/?p=2163#comment-1385</guid>
		<description>Sorry but your usage of the article element is incorrect.

It is not for marking up references to external content. It is a block level element for writing a self-contained article, eg. a blog post, a news article, a story, etc. You would write the entire contents of said article within the element, using section elements to break it down if necessary.

For example, this blog post would contained within an article element, with section elements used to split the document into sections about the canvas element, the article element, the audio and video elements etc.

See http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element for more information on how you are supposed to use the article element.</description>
		<content:encoded><![CDATA[<p>Sorry but your usage of the article element is incorrect.</p>
<p>It is not for marking up references to external content. It is a block level element for writing a self-contained article, eg. a blog post, a news article, a story, etc. You would write the entire contents of said article within the element, using section elements to break it down if necessary.</p>
<p>For example, this blog post would contained within an article element, with section elements used to split the document into sections about the canvas element, the article element, the audio and video elements etc.</p>
<p>See <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element" rel="nofollow">http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element</a> for more information on how you are supposed to use the article element.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
