<?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: Aside Revisited</title>
	<atom:link href="http://html5doctor.com/aside-revisited/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/aside-revisited/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:26:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: anon</title>
		<link>http://html5doctor.com/aside-revisited/#comment-21188</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Tue, 03 Jan 2012 19:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-21188</guid>
		<description>This is why people are not going to use this spec because it is going to change and change and change.
How am I supposed to convince clients to recode their website to change according to this spec above.

Personally, I do not think you guys have it together and you cannot predicate the outcome.

You are creating a messy spec and should keep it simple.</description>
		<content:encoded><![CDATA[<p>This is why people are not going to use this spec because it is going to change and change and change.<br />
How am I supposed to convince clients to recode their website to change according to this spec above.</p>
<p>Personally, I do not think you guys have it together and you cannot predicate the outcome.</p>
<p>You are creating a messy spec and should keep it simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli Studholme</title>
		<link>http://html5doctor.com/aside-revisited/#comment-21140</link>
		<dc:creator>Oli Studholme</dc:creator>
		<pubDate>Tue, 27 Dec 2011 13:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-21140</guid>
		<description>@Johan — This way you can also include a navigation title and other content, and lists are already fully supported and understood.

@Mike — I don’t think search engines will treat &lt;code&gt;&lt;aside&gt;&lt;/code&gt; differently. I personally find it useful to have an element for this purpose. It’s also possible to &lt;em&gt;do more stuff&lt;/em&gt; if your code is more semantic, with styling being only a basic example.

Of course there’s nothing to stop you using &lt;code&gt;&lt;section&gt;&lt;/code&gt;, or &lt;code&gt;&lt;div&gt;&lt;/code&gt;.

@Leprechaun — While I personally agree, it &lt;em&gt;is&lt;/em&gt; somewhat gauche to say so, and adds nothing to the discussion on &lt;code&gt;&lt;aside&gt;&lt;/code&gt;.

Also, “I beg you pardon”? “thickness”?? ppl in glasshouses… ;)</description>
		<content:encoded><![CDATA[<p>@Johan — This way you can also include a navigation title and other content, and lists are already fully supported and understood.</p>
<p>@Mike — I don’t think search engines will treat <code>&lt;aside></code> differently. I personally find it useful to have an element for this purpose. It’s also possible to <em>do more stuff</em> if your code is more semantic, with styling being only a basic example.</p>
<p>Of course there’s nothing to stop you using <code>&lt;section></code>, or <code>&lt;div></code>.</p>
<p>@Leprechaun — While I personally agree, it <em>is</em> somewhat gauche to say so, and adds nothing to the discussion on <code>&lt;aside></code>.</p>
<p>Also, “I beg you pardon”? “thickness”?? ppl in glasshouses… <img src='http://html5doctor.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leprechaun</title>
		<link>http://html5doctor.com/aside-revisited/#comment-21139</link>
		<dc:creator>Leprechaun</dc:creator>
		<pubDate>Tue, 27 Dec 2011 11:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-21139</guid>
		<description>I beg you pardon, but I must admit I find it astounding to read such refined semantical disquisitions from someone who doesn&#039;t know the difference between &quot;it&#039;s&quot; and &quot;its&quot;.
Have you ever thought about going humbly back to basic English grammar? Believe me or not, that would give more &quot;thickness&quot; to your writings, much more than being part of the hippest web communities.
I mean this from the heart.</description>
		<content:encoded><![CDATA[<p>I beg you pardon, but I must admit I find it astounding to read such refined semantical disquisitions from someone who doesn&#8217;t know the difference between &#8220;it&#8217;s&#8221; and &#8220;its&#8221;.<br />
Have you ever thought about going humbly back to basic English grammar? Believe me or not, that would give more &#8220;thickness&#8221; to your writings, much more than being part of the hippest web communities.<br />
I mean this from the heart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://html5doctor.com/aside-revisited/#comment-20636</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 14 Dec 2011 22:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-20636</guid>
		<description>There seems to be lots of discussion on when to use the &quot;aside&quot; tag, but no indication as to &quot;why&quot; to use it.

In other words, if I use it to whose advantage is it? 

1)  To a page coders advantage, so that they can more easily tell which content is only generally related?

OR

2)  To a search engine so that it can rule out various page content?


Since there is no visual difference, I may as well just use &quot;section&quot;.

Where is the advantage to me as a coder?</description>
		<content:encoded><![CDATA[<p>There seems to be lots of discussion on when to use the &#8220;aside&#8221; tag, but no indication as to &#8220;why&#8221; to use it.</p>
<p>In other words, if I use it to whose advantage is it? </p>
<p>1)  To a page coders advantage, so that they can more easily tell which content is only generally related?</p>
<p>OR</p>
<p>2)  To a search engine so that it can rule out various page content?</p>
<p>Since there is no visual difference, I may as well just use &#8220;section&#8221;.</p>
<p>Where is the advantage to me as a coder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://html5doctor.com/aside-revisited/#comment-17423</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Tue, 30 Aug 2011 06:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-17423</guid>
		<description>well - i guess it will be more semantic... before the nav tag (html5) i never wrapped my main navigation in a div. i added my nav id to the ul tag: &lt;code&gt;&lt;ul id=&quot;nav&quot;&gt;&lt;/code&gt;. sometimes it feels as if HTML5 makes things a bit bloated and not as streamline/light as it says it is.  i also think that people don&#039;t realize that all tags are also containers. for example: why have a wrapper div - just give the body tag a width and margin auto to wrap your site and align it centre.</description>
		<content:encoded><![CDATA[<p>well &#8211; i guess it will be more semantic&#8230; before the nav tag (html5) i never wrapped my main navigation in a div. i added my nav id to the ul tag: <code>&lt;ul id="nav"&gt;</code>. sometimes it feels as if HTML5 makes things a bit bloated and not as streamline/light as it says it is.  i also think that people don&#8217;t realize that all tags are also containers. for example: why have a wrapper div &#8211; just give the body tag a width and margin auto to wrap your site and align it centre.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli Studholme</title>
		<link>http://html5doctor.com/aside-revisited/#comment-17422</link>
		<dc:creator>Oli Studholme</dc:creator>
		<pubDate>Tue, 30 Aug 2011 05:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-17422</guid>
		<description>@Johan — how would dropping &lt;code&gt;&lt;ul&gt;&lt;li&gt;&lt;/code&gt; and using &lt;code&gt;&lt;ni&gt;&lt;/code&gt; help you? are nav items something other than an unordered list?</description>
		<content:encoded><![CDATA[<p>@Johan — how would dropping <code>&lt;ul>&lt;li></code> and using <code>&lt;ni></code> help you? are nav items something other than an unordered list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://html5doctor.com/aside-revisited/#comment-17421</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Tue, 30 Aug 2011 05:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-17421</guid>
		<description>thanks for the post! i agree with the other guys that said there should be a tag sidebar tag and while we’re at it drop the ul li tags inside the UL and create nav item &quot;ni&quot; tags.</description>
		<content:encoded><![CDATA[<p>thanks for the post! i agree with the other guys that said there should be a tag sidebar tag and while we’re at it drop the ul li tags inside the UL and create nav item &#8220;ni&#8221; tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: En nybegynners vei fra papirskisser til HTML5 &#8212; iAllenkelhet</title>
		<link>http://html5doctor.com/aside-revisited/#comment-17202</link>
		<dc:creator>En nybegynners vei fra papirskisser til HTML5 &#8212; iAllenkelhet</dc:creator>
		<pubDate>Wed, 17 Aug 2011 07:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-17202</guid>
		<description>[...] med en klasse eller id, så har HTML5 tags med semantisk betydning, eksempelvis article, aside og nav. I tillegg har en rekke tags blitt redefinert, for eksempel [...]</description>
		<content:encoded><![CDATA[<p>[...] med en klasse eller id, så har HTML5 tags med semantisk betydning, eksempelvis article, aside og nav. I tillegg har en rekke tags blitt redefinert, for eksempel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alohci</title>
		<link>http://html5doctor.com/aside-revisited/#comment-17039</link>
		<dc:creator>Alohci</dc:creator>
		<pubDate>Wed, 03 Aug 2011 20:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-17039</guid>
		<description>@Andi - probably not. The spec says:

&lt;blockquote&gt;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 &lt;em&gt;which could be considered separate from that content.&lt;/em&gt;&lt;/blockquote&gt; (my emphasis)

It&#039;s unlikely that the additional information in that context could be considered separate from the form field. 

In addition, &lt;aside&gt;  is a sectioning element, so it ought to have a natural header for use in the document outline. That too is unlikely to be the case for your situation.

The best approach it probably to just add a second &lt;label&gt; element pointing to the same form field.</description>
		<content:encoded><![CDATA[<p>@Andi &#8211; probably not. The spec says:</p>
<blockquote><p>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 <em>which could be considered separate from that content.</em></p></blockquote>
<p> (my emphasis)</p>
<p>It&#8217;s unlikely that the additional information in that context could be considered separate from the form field. </p>
<p>In addition, &lt;aside&gt;  is a sectioning element, so it ought to have a natural header for use in the document outline. That too is unlikely to be the case for your situation.</p>
<p>The best approach it probably to just add a second &lt;label&gt; element pointing to the same form field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Smith</title>
		<link>http://html5doctor.com/aside-revisited/#comment-17034</link>
		<dc:creator>Andi Smith</dc:creator>
		<pubDate>Tue, 02 Aug 2011 21:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1015#comment-17034</guid>
		<description>If I wanted to use &lt;aside&gt; for an aside to my form fields, would that be allowed?

E.g. if I had an input, which already has a label as a short definition but I wanted to add additional information.

Andi</description>
		<content:encoded><![CDATA[<p>If I wanted to use &lt;aside&gt; for an aside to my form fields, would that be allowed?</p>
<p>E.g. if I had an input, which already has a label as a short definition but I wanted to add additional information.</p>
<p>Andi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

