<?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: The Footer Element Update</title>
	<atom:link href="http://html5doctor.com/the-footer-element-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/the-footer-element-update/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Mon, 21 May 2012 10:47:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: tex</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-25421</link>
		<dc:creator>tex</dc:creator>
		<pubDate>Mon, 07 May 2012 03:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-25421</guid>
		<description>can I have more than one footer per section?</description>
		<content:encoded><![CDATA[<p>can I have more than one footer per section?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS3HTML5 &#187; Learn HTML5: HTML5 Tutorials and Guides</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-25351</link>
		<dc:creator>CSS3HTML5 &#187; Learn HTML5: HTML5 Tutorials and Guides</dc:creator>
		<pubDate>Fri, 27 Apr 2012 03:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-25351</guid>
		<description>[...] The Footer Element [...]</description>
		<content:encoded><![CDATA[<p>[...] The Footer Element [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Semantik HTML5 Etiketleri : “footer” Etiketi &#124; SES@: Eğitim Teknolojilerinin Sesi</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-25162</link>
		<dc:creator>Semantik HTML5 Etiketleri : “footer” Etiketi &#124; SES@: Eğitim Teknolojilerinin Sesi</dc:creator>
		<pubDate>Sat, 31 Mar 2012 21:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-25162</guid>
		<description>[...] http://html5doctor.com/the-footer-element-update/#footer [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://html5doctor.com/the-footer-element-update/#footer" rel="nofollow">http://html5doctor.com/the-footer-element-update/#footer</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paceaux</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-25140</link>
		<dc:creator>Paceaux</dc:creator>
		<pubDate>Thu, 29 Mar 2012 18:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-25140</guid>
		<description>Hey guys, so I have a question regarding footer vs. aside for a piece of content. Let&#039;s say I have an &lt;code&gt;article&lt;/code&gt; containing a few different pieces of content, and for whatever reason, I&#039;m required to give a legal disclosure regarding that section of content. Would I put my legal disclosure text in an &lt;code&gt;aside&lt;/code&gt; for that article, or in a &lt;code&gt;footer&lt;/code&gt;?

the legal disclaimer is tangental to the main content; it&#039;s similar, but not directly related, I&#039;d think. The user didn&#039;t visit the page to read that disclaimer, but it&#039;s required to be there. That makes me think that it&#039;s an &lt;code&gt;aside&lt;/code&gt;

But, the legal disclaimer is also the conclusion of the piece of content. 

I know that &lt;code&gt;small&lt;/code&gt; would also be appropriate, but in the CMS, the content author has a rich text field where they could have a block of legalese that&#039;s several paragraphs; not appropriate for &lt;code&gt;small&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Hey guys, so I have a question regarding footer vs. aside for a piece of content. Let&#8217;s say I have an <code>article</code> containing a few different pieces of content, and for whatever reason, I&#8217;m required to give a legal disclosure regarding that section of content. Would I put my legal disclosure text in an <code>aside</code> for that article, or in a <code>footer</code>?</p>
<p>the legal disclaimer is tangental to the main content; it&#8217;s similar, but not directly related, I&#8217;d think. The user didn&#8217;t visit the page to read that disclaimer, but it&#8217;s required to be there. That makes me think that it&#8217;s an <code>aside</code></p>
<p>But, the legal disclaimer is also the conclusion of the piece of content. </p>
<p>I know that <code>small</code> would also be appropriate, but in the CMS, the content author has a rich text field where they could have a block of legalese that&#8217;s several paragraphs; not appropriate for <code>small</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-24809</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 01 Mar 2012 18:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-24809</guid>
		<description>@Josué
You don&#039;t have to use div&#039;s and containers for everything. Example, div id=&quot;section1&quot;, div id=&quot;section2&quot;. If you want to use ids and classes and have different styling per section in html, use 
&lt;code&gt;
section id=&quot;class&quot;
&lt;/code&gt;

Which may look like this in css:
&lt;code&gt;section#class {
declaration
}&lt;/code&gt;

In this case, it will validate according to the html5 outline by the use of &quot;section&quot; rather than &quot;div&quot;.

You also don&#039;t need classes and ids for the new html 5 semantics. Look up selectors such as &quot;&gt;&quot; and &quot;+&quot; and &quot;:not&quot;. You could do something like this:
&lt;code&gt;
section&gt;footer:first-child { 
declarations
}
&lt;/code&gt;

Which means when a footer follows a section that is equal to the first one, use this declaration. 

Then, if you have other sections that need footers, you can use other css such as:
&lt;code&gt;
section&gt;footer {
declaration
}
&lt;/code&gt;
This means the CSS declaration will apply to all footers within sections. But since you have used &quot;section&gt;footer:first-child&quot;, your css declaration for &quot;section&gt;footer&quot; elements will not be applied to the first-child. However, in this example I have the &quot;first-child&quot; selector appearing first in the css. Make sure your &quot;first-child&quot; selector appears last in the css order to be applied.</description>
		<content:encoded><![CDATA[<p>@Josué<br />
You don&#8217;t have to use div&#8217;s and containers for everything. Example, div id=&#8221;section1&#8243;, div id=&#8221;section2&#8243;. If you want to use ids and classes and have different styling per section in html, use<br />
<code><br />
section id="class"<br />
</code></p>
<p>Which may look like this in css:<br />
<code>section#class {<br />
declaration<br />
}</code></p>
<p>In this case, it will validate according to the html5 outline by the use of &#8220;section&#8221; rather than &#8220;div&#8221;.</p>
<p>You also don&#8217;t need classes and ids for the new html 5 semantics. Look up selectors such as &#8220;&gt;&#8221; and &#8220;+&#8221; and &#8220;:not&#8221;. You could do something like this:<br />
<code><br />
section&gt;footer:first-child {<br />
declarations<br />
}<br />
</code></p>
<p>Which means when a footer follows a section that is equal to the first one, use this declaration. </p>
<p>Then, if you have other sections that need footers, you can use other css such as:<br />
<code><br />
section&gt;footer {<br />
declaration<br />
}<br />
</code><br />
This means the CSS declaration will apply to all footers within sections. But since you have used &#8220;section&gt;footer:first-child&#8221;, your css declaration for &#8220;section&gt;footer&#8221; elements will not be applied to the first-child. However, in this example I have the &#8220;first-child&#8221; selector appearing first in the css. Make sure your &#8220;first-child&#8221; selector appears last in the css order to be applied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Clark</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-20894</link>
		<dc:creator>Richard Clark</dc:creator>
		<pubDate>Mon, 19 Dec 2011 20:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-20894</guid>
		<description>@Nate, this article was written before our redesign, so it&#039;s a little out of date in that respect I&#039;m afraid.</description>
		<content:encoded><![CDATA[<p>@Nate, this article was written before our redesign, so it&#8217;s a little out of date in that respect I&#8217;m afraid.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-20879</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Mon, 19 Dec 2011 15:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-20879</guid>
		<description>&quot;To see an example of the &lt;footer&gt; within an article/section look no further than this very page. Scroll down beyond the article and you will notice the light grey text section, which falls directly after the &quot;further reading&quot;. This grey text section which gives information about trackbacks, responses, tags and categories is infact using the footer element. &quot;

Isn&#039;t that section actually in an aside tag?  I just looked at the source and am now a bit confused.  Your constant footer is inside the footer tag.</description>
		<content:encoded><![CDATA[<p>&quot;To see an example of the &lt;footer&gt; within an article/section look no further than this very page. Scroll down beyond the article and you will notice the light grey text section, which falls directly after the &quot;further reading&quot;. This grey text section which gives information about trackbacks, responses, tags and categories is infact using the footer element. &quot;</p>
<p>Isn&#8217;t that section actually in an aside tag?  I just looked at the source and am now a bit confused.  Your constant footer is inside the footer tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alohci</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-17683</link>
		<dc:creator>Alohci</dc:creator>
		<pubDate>Tue, 20 Sep 2011 17:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-17683</guid>
		<description>@Josué - You can have as many footers as you like in a section. 

You can also have sections inside footers, but such a section cannot then have a footer.  Which doesn&#039;t make a lot of sense to me semantically, but those are the rules.</description>
		<content:encoded><![CDATA[<p>@Josué &#8211; You can have as many footers as you like in a section. </p>
<p>You can also have sections inside footers, but such a section cannot then have a footer.  Which doesn&#8217;t make a lot of sense to me semantically, but those are the rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josué Saúl Martín Hernández</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-17676</link>
		<dc:creator>Josué Saúl Martín Hernández</dc:creator>
		<pubDate>Tue, 20 Sep 2011 14:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-17676</guid>
		<description>@tom I guess you can&#039;t use two footers in the same section, you only can:
&lt;code&gt;
&lt;div id=&quot;section1&quot;&gt;
  content 2
  &lt;footer&gt;The Footer 2&lt;/footer&gt;
&lt;/div&gt;
&lt;div id=&quot;section2&quot;&gt;
  content 2
  &lt;footer&gt;The Footer 2&lt;/footer&gt;
&lt;/div&gt;
&lt;/code&gt;
So you identify them as (CSS):
&lt;code&gt;
#section1 footer{....}
#section2 footer{....}
&lt;/code&gt;
Am I right Doctor? Are this elements yet controlable trough javascript &amp; DOM too?</description>
		<content:encoded><![CDATA[<p>@tom I guess you can&#8217;t use two footers in the same section, you only can:<br />
<code><br />
&lt;div id="section1"&gt;<br />
  content 2<br />
  &lt;footer&gt;The Footer 2&lt;/footer&gt;<br />
&lt;/div&gt;<br />
&lt;div id="section2"&gt;<br />
  content 2<br />
  &lt;footer&gt;The Footer 2&lt;/footer&gt;<br />
&lt;/div&gt;<br />
</code><br />
So you identify them as (CSS):<br />
<code><br />
#section1 footer{....}<br />
#section2 footer{....}<br />
</code><br />
Am I right Doctor? Are this elements yet controlable trough javascript &amp; DOM too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using HTML5 elements with jQuery Mobile - operationmobile.com</title>
		<link>http://html5doctor.com/the-footer-element-update/#comment-17524</link>
		<dc:creator>Using HTML5 elements with jQuery Mobile - operationmobile.com</dc:creator>
		<pubDate>Thu, 08 Sep 2011 20:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=895#comment-17524</guid>
		<description>[...] I find odd is that while the DOCTYPE is declared the HTML5 way, divs are used instead of header and footer elements.Here’s an example taken straight from the docs and the jsFiddle page showing it [...]</description>
		<content:encoded><![CDATA[<p>[...] I find odd is that while the DOCTYPE is declared the HTML5 way, divs are used instead of header and footer elements.Here’s an example taken straight from the docs and the jsFiddle page showing it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

