<?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 hgroup element</title>
	<atom:link href="http://html5doctor.com/the-hgroup-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/the-hgroup-element/</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: vijaysany</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-25260</link>
		<dc:creator>vijaysany</dc:creator>
		<pubDate>Sat, 14 Apr 2012 06:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-25260</guid>
		<description>the thing i have doubt is when to use and when not to use the  and . can any one place a good tutorial on this.

thanks</description>
		<content:encoded><![CDATA[<p>the thing i have doubt is when to use and when not to use the  and . can any one place a good tutorial on this.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Donaldson</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-24923</link>
		<dc:creator>James Donaldson</dc:creator>
		<pubDate>Wed, 07 Mar 2012 22:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-24923</guid>
		<description>When I see the requirement that only that only &lt;h1&gt;...&lt;h6&gt; tags should appear inside an , is there an implicit qualification that that&lt;a&gt; and &lt;img&gt; are implicit qualifications to this if they appear inside &lt;h1&gt;...&lt;h6&gt; tags themselves?</description>
		<content:encoded><![CDATA[<p>When I see the requirement that only that only &lt;h1&gt;&#8230;&lt;h6&gt; tags should appear inside an , is there an implicit qualification that that&lt;a&gt; and &lt;img&gt; are implicit qualifications to this if they appear inside &lt;h1&gt;&#8230;&lt;h6&gt; tags themselves?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alice Wonder</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-21249</link>
		<dc:creator>Alice Wonder</dc:creator>
		<pubDate>Fri, 13 Jan 2012 08:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-21249</guid>
		<description>I&#039;ve heard it is on the chopping block as well.
I currently use it but not within article semantics, I use it within document level header element (where role=&quot;banner&quot;) to have web site name followed by tag line.

Since it is outside the scope of main content, it&#039;s semantic value really is not worth anything to me, and if I end up needing to switch back to div element to wrap those headings, it won&#039;t make a lick of difference as far as I can tell to any html clients.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard it is on the chopping block as well.<br />
I currently use it but not within article semantics, I use it within document level header element (where role=&#8221;banner&#8221;) to have web site name followed by tag line.</p>
<p>Since it is outside the scope of main content, it&#8217;s semantic value really is not worth anything to me, and if I end up needing to switch back to div element to wrap those headings, it won&#8217;t make a lick of difference as far as I can tell to any html clients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John F. Mercer</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18598</link>
		<dc:creator>John F. Mercer</dc:creator>
		<pubDate>Wed, 16 Nov 2011 00:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18598</guid>
		<description>I&#039;ve heard that the  element is about to get tossed out of the spec. Is this true? Could anyone clarify this for me? Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard that the  element is about to get tossed out of the spec. Is this true? Could anyone clarify this for me? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Samphire</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18480</link>
		<dc:creator>Patrick Samphire</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18480</guid>
		<description>@Ckuhn203

You need to look more closely at the HTML5 specification. You can have multiple headers and footers, one of each for the page, and one of each for any of the sectioning elements on the page. You don&#039;t &lt;strong&gt;have&lt;/strong&gt; to have them, but they demarcate the header and footer parts of sectioning elements when they are needed.</description>
		<content:encoded><![CDATA[<p>@Ckuhn203</p>
<p>You need to look more closely at the HTML5 specification. You can have multiple headers and footers, one of each for the page, and one of each for any of the sectioning elements on the page. You don&#8217;t <strong>have</strong> to have them, but they demarcate the header and footer parts of sectioning elements when they are needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Lagerman</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18479</link>
		<dc:creator>Brent Lagerman</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18479</guid>
		<description>@CKuhn you&#039;re thinking about the old way of writing HTML, HTML5 introduces sectioning elements to break up your document into different sections, articles, asides.. etc... Each of these can have it&#039;s own header and footer and each should have it&#039;s own heading structure starting with H1, so you do end up with a lot of header tags, footer tags and LOTS of H1s... At first this seems kinda insane I agree, but it is a good thing, it helps parts of your document be split out for syndication, it also give you the ability to mark up your document in a way that gives it a very useful outline which could be used by screen readers and helps google and other spiders understand what your document is about...

brent
@
mimoYmima.com</description>
		<content:encoded><![CDATA[<p>@CKuhn you&#8217;re thinking about the old way of writing HTML, HTML5 introduces sectioning elements to break up your document into different sections, articles, asides.. etc&#8230; Each of these can have it&#8217;s own header and footer and each should have it&#8217;s own heading structure starting with H1, so you do end up with a lot of header tags, footer tags and LOTS of H1s&#8230; At first this seems kinda insane I agree, but it is a good thing, it helps parts of your document be split out for syndication, it also give you the ability to mark up your document in a way that gives it a very useful outline which could be used by screen readers and helps google and other spiders understand what your document is about&#8230;</p>
<p>brent<br />
@<br />
mimoYmima.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ckuhn203</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18478</link>
		<dc:creator>Ckuhn203</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18478</guid>
		<description>@ Patrick
I&#039;m not a professional web developer or programmer, but I have enough experience to know that just because you can do something doesn&#039;t mean you should. All of the documentation I have seen implies that header and footer should be used as the header and footer of the page. In my opinion this is good practice as it clearly defines the different sections of your page. What exactly does it mean to have two headers on a site? Does this mean your logo, site title, and horizontal nav bar show up twice, or is there confusion about what these tags are for?</description>
		<content:encoded><![CDATA[<p>@ Patrick<br />
I&#8217;m not a professional web developer or programmer, but I have enough experience to know that just because you can do something doesn&#8217;t mean you should. All of the documentation I have seen implies that header and footer should be used as the header and footer of the page. In my opinion this is good practice as it clearly defines the different sections of your page. What exactly does it mean to have two headers on a site? Does this mean your logo, site title, and horizontal nav bar show up twice, or is there confusion about what these tags are for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Lagerman</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18477</link>
		<dc:creator>Brent Lagerman</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18477</guid>
		<description>&lt;blockquote&gt;I guess I still just don&#039;t really see a desperate point for it (hgroup)... I get how to use it, but I need to look at the outliner in more detail I guess.&lt;/blockquote&gt;

It&#039;s very useful once you understand how the outliner works.  Lots of times you want to have a subheading for a header and the most logical markup for that would be another heading tag with a lower number, but you almost never want that to show up in your page outline so this hgroup tag give you the ability to bundle them both together and only the first one gets outlined...

b r e n t</description>
		<content:encoded><![CDATA[<blockquote><p>I guess I still just don&#8217;t really see a desperate point for it (hgroup)&#8230; I get how to use it, but I need to look at the outliner in more detail I guess.</p></blockquote>
<p>It&#8217;s very useful once you understand how the outliner works.  Lots of times you want to have a subheading for a header and the most logical markup for that would be another heading tag with a lower number, but you almost never want that to show up in your page outline so this hgroup tag give you the ability to bundle them both together and only the first one gets outlined&#8230;</p>
<p>b r e n t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Samphire</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18476</link>
		<dc:creator>Patrick Samphire</dc:creator>
		<pubDate>Fri, 11 Nov 2011 19:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18476</guid>
		<description>&lt;blockquote&gt;You should only have one header tag and one footer tag on a page.&lt;/blockquote&gt;

I&#039;m not sure that I understand your comments, but it&#039;s certainly not true that you can only have one header tag and one footer tag per page.</description>
		<content:encoded><![CDATA[<blockquote><p>You should only have one header tag and one footer tag on a page.</p></blockquote>
<p>I&#8217;m not sure that I understand your comments, but it&#8217;s certainly not true that you can only have one header tag and one footer tag per page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CKuhn203</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18474</link>
		<dc:creator>CKuhn203</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18474</guid>
		<description>Any way... I forgot to escape. You should only have one header tag and one footer tag on a page. The hgroup defines a heading with a subheading. This adds some semantics to a style convention that a lot of authors like to use. Like I said, simple. What&#039;s everyone so up in arms about?</description>
		<content:encoded><![CDATA[<p>Any way&#8230; I forgot to escape. You should only have one header tag and one footer tag on a page. The hgroup defines a heading with a subheading. This adds some semantics to a style convention that a lot of authors like to use. Like I said, simple. What&#8217;s everyone so up in arms about?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

