<?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: The nav element</title>
	<atom:link href="http://www.webteacher.ws/2009/07/09/html5-the-nav-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Wed, 08 Feb 2012 16:58:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/comment-page-1/#comment-6121</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Fri, 10 Jul 2009 08:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2855#comment-6121</guid>
		<description>Looking at the actual links in your example they seemed to represent site navigation, not a sidebar navigation...

I suppose the links you have to the right with the heading CATEGORIES could be a nav-element, within an aside. I still think it would be appropriate to have the heading inside the nav-tags, though.</description>
		<content:encoded><![CDATA[<p>Looking at the actual links in your example they seemed to represent site navigation, not a sidebar navigation&#8230;</p>
<p>I suppose the links you have to the right with the heading CATEGORIES could be a nav-element, within an aside. I still think it would be appropriate to have the heading inside the nav-tags, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vdebolt</title>
		<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/comment-page-1/#comment-6118</link>
		<dc:creator>vdebolt</dc:creator>
		<pubDate>Fri, 10 Jul 2009 01:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2855#comment-6118</guid>
		<description>I saw that aside was &quot;tangentially related&quot; but I also saw someone&#039;s HTML5 tutorial where it was used like a sidebar div and contained a nav element. 

Some confusion might come from the use of the word &quot;sidebar&quot; in this in the working draft. &quot;The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography.&quot;</description>
		<content:encoded><![CDATA[<p>I saw that aside was &#8220;tangentially related&#8221; but I also saw someone&#8217;s HTML5 tutorial where it was used like a sidebar div and contained a nav element. </p>
<p>Some confusion might come from the use of the word &#8220;sidebar&#8221; in this in the working draft. &#8220;The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/comment-page-1/#comment-6116</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Thu, 09 Jul 2009 22:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2855#comment-6116</guid>
		<description>Short answer. The nav element is basically just a more semantic div. It can be nested, although it does not need to.

The problem I saw in your original version was not that nav was nested per se, but that it should not be nested inside aside.

Aside should be &quot;tangentially related&quot; to the article (or something like that). Like a quick facts box, pull quotes or specific read more links related to the article.

I think this article explains the new structural elements best: http://www.alistapart.com/articles/previewofhtml5

Note, however, that it is slightly wrong when discussing header, since a new element, hgroup, is better suited for some of the use cases.

(And, no, I don&#039;t know why blockquote is not deemed worthy of being used for pull quotes...)</description>
		<content:encoded><![CDATA[<p>Short answer. The nav element is basically just a more semantic div. It can be nested, although it does not need to.</p>
<p>The problem I saw in your original version was not that nav was nested per se, but that it should not be nested inside aside.</p>
<p>Aside should be &#8220;tangentially related&#8221; to the article (or something like that). Like a quick facts box, pull quotes or specific read more links related to the article.</p>
<p>I think this article explains the new structural elements best: <a href="http://www.alistapart.com/articles/previewofhtml5" rel="nofollow">http://www.alistapart.com/articles/previewofhtml5</a></p>
<p>Note, however, that it is slightly wrong when discussing header, since a new element, hgroup, is better suited for some of the use cases.</p>
<p>(And, no, I don&#8217;t know why blockquote is not deemed worthy of being used for pull quotes&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vdebolt</title>
		<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/comment-page-1/#comment-6115</link>
		<dc:creator>vdebolt</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2855#comment-6115</guid>
		<description>Lars, I removed the aside based on your suggestion. However, I&#039;ve been searching Google for some explanation as to how the semantic elements such as nav can be nested and I&#039;m not finding much helpful information. Are you saying that a nav element never needs to be nested? If that&#039;s the case, I may have further changes to make.</description>
		<content:encoded><![CDATA[<p>Lars, I removed the aside based on your suggestion. However, I&#8217;ve been searching Google for some explanation as to how the semantic elements such as nav can be nested and I&#8217;m not finding much helpful information. Are you saying that a nav element never needs to be nested? If that&#8217;s the case, I may have further changes to make.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/comment-page-1/#comment-6112</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2855#comment-6112</guid>
		<description>OK, your WP-install butchered that comment. The idea was that you should put the nav-tags where you have the aside-tags now, enclosing the whole block, including the heading.

&lt;abbr&gt;&lt;em&gt;&lt;abbr&gt;&lt;em&gt;Lars Gunthers last blog post.. &lt;a href=&quot;http://www.keryx.se/blogg-55&quot; rel=&quot;nofollow&quot;&gt;Piratpartiet liknar Humanisterna&lt;/a&gt;&lt;/em&gt;&lt;/abbr&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>OK, your WP-install butchered that comment. The idea was that you should put the nav-tags where you have the aside-tags now, enclosing the whole block, including the heading.</p>
<p><abbr><em><abbr><em>Lars Gunthers last blog post.. <a href="http://www.keryx.se/blogg-55" rel="nofollow">Piratpartiet liknar Humanisterna</a></em></abbr></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://www.webteacher.ws/2009/07/09/html5-the-nav-element/comment-page-1/#comment-6111</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Thu, 09 Jul 2009 14:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2855#comment-6111</guid>
		<description>I&#039;m sorry to say this, Virginia, but I actually believe that you should no wrap your navigation in aside.

And it is really not necessary either. This is ok (hoping the pre-tag will work):


The Navigation

&lt;a href=&quot;/&quot; rel=&quot;nofollow&quot;&gt;Home&lt;/a&gt;
&lt;a href=&quot;/software&quot; rel=&quot;nofollow&quot;&gt;Software&lt;/a&gt;
&lt;a href=&quot;/support&quot; rel=&quot;nofollow&quot;&gt;Support&lt;/a&gt;
&lt;a href=&quot;/about&quot; rel=&quot;nofollow&quot;&gt;About&lt;/a&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry to say this, Virginia, but I actually believe that you should no wrap your navigation in aside.</p>
<p>And it is really not necessary either. This is ok (hoping the pre-tag will work):</p>
<p>The Navigation</p>
<p><a href="/" rel="nofollow">Home</a><br />
<a href="/software" rel="nofollow">Software</a><br />
<a href="/support" rel="nofollow">Support</a><br />
<a href="/about" rel="nofollow">About</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

