<?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, 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: 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>
	<item>
		<title>By: CKuhn203</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18473</link>
		<dc:creator>CKuhn203</dc:creator>
		<pubDate>Fri, 11 Nov 2011 18:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18473</guid>
		<description>It seems to me that a lot of people are getting confused about the  tag. The  tags are heading tags. Not headers. You should only have one  and one  on a page. I think confusion about the  starts to clear up once you understand this. the hgroup defines a Heading with a subtitile. That&#039;s all. Simple.</description>
		<content:encoded><![CDATA[<p>It seems to me that a lot of people are getting confused about the  tag. The  tags are heading tags. Not headers. You should only have one  and one  on a page. I think confusion about the  starts to clear up once you understand this. the hgroup defines a Heading with a subtitile. That&#8217;s all. Simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://html5doctor.com/the-hgroup-element/#comment-18220</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 26 Oct 2011 07:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1052#comment-18220</guid>
		<description>Thanks for the post (and actually, the site) and great that you reply to people&#039;s questions. I&#039;m just customising a wordpress for the first time in ages and came up against hgroup. 

All that you&#039;ve said makes perfect sense, I guess I still just don&#039;t really see a desperate point for it... I get how to use it, but I need to look at the outliner in more detail I guess. The aggregated content sample was a good way of describing how the structure can fall back and be read in different contexts but still, how often does that happen? I&#039;ll keep an eye on the Hokey Cokey post to see if it gets shaken out again!

Someone commented further up here, &quot;why do we need header tags anyway&quot; and I just wanted to throw in the dirty phrase no one has mentioned (because you&#039;re all far more concerned with the craft, which I love, but I&#039;ve got clients who are very concerned with it) - SEO. Also, we&#039;ve written systems that read code and they look for header tags (actually, I suppose looking for titles and subtitles could be handy...hey, I&#039;ve almost convinced myself!). So now I&#039;m off to read about the outliner and am wondering how multiple h1 tags will go down with SEO types who haven&#039;t read this/anything similar...

Thanks! Lisa x</description>
		<content:encoded><![CDATA[<p>Thanks for the post (and actually, the site) and great that you reply to people&#8217;s questions. I&#8217;m just customising a wordpress for the first time in ages and came up against hgroup. </p>
<p>All that you&#8217;ve said makes perfect sense, I guess I still just don&#8217;t really see a desperate point for it&#8230; I get how to use it, but I need to look at the outliner in more detail I guess. The aggregated content sample was a good way of describing how the structure can fall back and be read in different contexts but still, how often does that happen? I&#8217;ll keep an eye on the Hokey Cokey post to see if it gets shaken out again!</p>
<p>Someone commented further up here, &#8220;why do we need header tags anyway&#8221; and I just wanted to throw in the dirty phrase no one has mentioned (because you&#8217;re all far more concerned with the craft, which I love, but I&#8217;ve got clients who are very concerned with it) &#8211; SEO. Also, we&#8217;ve written systems that read code and they look for header tags (actually, I suppose looking for titles and subtitles could be handy&#8230;hey, I&#8217;ve almost convinced myself!). So now I&#8217;m off to read about the outliner and am wondering how multiple h1 tags will go down with SEO types who haven&#8217;t read this/anything similar&#8230;</p>
<p>Thanks! Lisa x</p>
]]></content:encoded>
	</item>
</channel>
</rss>

