<?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: HTML 5 to the H1 debate rescue?</title>
	<atom:link href="http://www.iheni.com/html-5-to-the-h1-debate-rescue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iheni.com/html-5-to-the-h1-debate-rescue/</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 10:38:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Alex</title>
		<link>http://www.iheni.com/html-5-to-the-h1-debate-rescue/comment-page-1/#comment-108537</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 07 Nov 2011 13:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.iheni.com/?p=816#comment-108537</guid>
		<description>In regards to a webpage not being a document, because it&#039;s like a magazine, journal, or book.

I completely disagree. You break up your webpages, they stand alone as documents. You reference them separately.

The header, footer, and nav is not the cover of the magazine. They are the little bits of text on the top and bottom of each page to denote the magazine title, the section title, the page number, et al. 

These elements are not relevant while reading the magazine article they surround. Similarly, they do not have weight in regards to the primary content of the webpage. They are merely context, and ways to get to other pages. In a magazine, you can always turn the page, flip back to the table of contents, or close it to look a the cover.

There&#039;s always another level to present as a document. An article. All articles in the magazine. The entire magazine issue (with editor&#039;s note et al). All magazine issues. The magazine as a collection. The magazine as an organization.

However, in all these levels, it is very clear what is primary and what is secondary or contextual.

If you have a whole book on one page, the book title is h1, table of contents is h2, sections are h2, chapters are h3, index is h2. It makes even more sense if you think about a textbook instead of a novel. Logical groupings multiple hierarchical levels to break up info.

If a book is split by parts (sections, chapters, et al), then you can present each part as a separate page, with references to the other parts and the book as a whole.

The christian bible is another good example, with the chapter and verse structure. Specific verses are often referenced specifically, so it is reasonable that they may exist on their own webpages to facilitate (h1 is chapter:verse). However, of course they may be viewable in context with the chapter as a whole on a single webpage (h1 is chapter). Further, the entire book may be presented as a whole (please don&#039;t) to facilitate download or offline reading.

To use a popular web example: a blog. A blog may be a webpage (h1 is blog title), to show articles sorted by recent first (article titles are h2). Obviously each blog article is it&#039;s own webpage (h1 is article title), with list of comments. If comments are to be referenced alone (as with a forum, a reply is merely a post with a parent), then a comment may be granted an h2 and a link, given that it may be an h1 on its own webpage.</description>
		<content:encoded><![CDATA[<p>In regards to a webpage not being a document, because it&#8217;s like a magazine, journal, or book.</p>
<p>I completely disagree. You break up your webpages, they stand alone as documents. You reference them separately.</p>
<p>The header, footer, and nav is not the cover of the magazine. They are the little bits of text on the top and bottom of each page to denote the magazine title, the section title, the page number, et al. </p>
<p>These elements are not relevant while reading the magazine article they surround. Similarly, they do not have weight in regards to the primary content of the webpage. They are merely context, and ways to get to other pages. In a magazine, you can always turn the page, flip back to the table of contents, or close it to look a the cover.</p>
<p>There&#8217;s always another level to present as a document. An article. All articles in the magazine. The entire magazine issue (with editor&#8217;s note et al). All magazine issues. The magazine as a collection. The magazine as an organization.</p>
<p>However, in all these levels, it is very clear what is primary and what is secondary or contextual.</p>
<p>If you have a whole book on one page, the book title is h1, table of contents is h2, sections are h2, chapters are h3, index is h2. It makes even more sense if you think about a textbook instead of a novel. Logical groupings multiple hierarchical levels to break up info.</p>
<p>If a book is split by parts (sections, chapters, et al), then you can present each part as a separate page, with references to the other parts and the book as a whole.</p>
<p>The christian bible is another good example, with the chapter and verse structure. Specific verses are often referenced specifically, so it is reasonable that they may exist on their own webpages to facilitate (h1 is chapter:verse). However, of course they may be viewable in context with the chapter as a whole on a single webpage (h1 is chapter). Further, the entire book may be presented as a whole (please don&#8217;t) to facilitate download or offline reading.</p>
<p>To use a popular web example: a blog. A blog may be a webpage (h1 is blog title), to show articles sorted by recent first (article titles are h2). Obviously each blog article is it&#8217;s own webpage (h1 is article title), with list of comments. If comments are to be referenced alone (as with a forum, a reply is merely a post with a parent), then a comment may be granted an h2 and a link, given that it may be an h1 on its own webpage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathan</title>
		<link>http://www.iheni.com/html-5-to-the-h1-debate-rescue/comment-page-1/#comment-56240</link>
		<dc:creator>nathan</dc:creator>
		<pubDate>Fri, 06 May 2011 22:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.iheni.com/?p=816#comment-56240</guid>
		<description>I love the new ideas behind H1, h2, and heading sections within articles in general, it&#039;s going to make markup wonderfully more easy to read through and understand, instead of relying on individual developers ideas (for example, the new FOOTER tag in a section will often be labeled DIV CLASS=&quot;POSTMETA&quot;, etc.) but it&#039;s also going to be a nightmare for WordPress users who have h3, h4, and so on embedded in their posts and pages. If we want to move toward using H1 as the first heading of a section, think about how many posts will need to be scoured, or find/replaced in MySQL for those of us fortunate enough to know how to do it, so that we can bump all of those h3s up to h2s, h4s to h3s, and so on. 

Daunting...but great article. Not sold yet, but we&#039;ll see how the consensus plays out.</description>
		<content:encoded><![CDATA[<p>I love the new ideas behind H1, h2, and heading sections within articles in general, it&#8217;s going to make markup wonderfully more easy to read through and understand, instead of relying on individual developers ideas (for example, the new FOOTER tag in a section will often be labeled DIV CLASS=&#8221;POSTMETA&#8221;, etc.) but it&#8217;s also going to be a nightmare for WordPress users who have h3, h4, and so on embedded in their posts and pages. If we want to move toward using H1 as the first heading of a section, think about how many posts will need to be scoured, or find/replaced in MySQL for those of us fortunate enough to know how to do it, so that we can bump all of those h3s up to h2s, h4s to h3s, and so on. </p>
<p>Daunting&#8230;but great article. Not sold yet, but we&#8217;ll see how the consensus plays out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen</title>
		<link>http://www.iheni.com/html-5-to-the-h1-debate-rescue/comment-page-1/#comment-33911</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Tue, 07 Sep 2010 15:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.iheni.com/?p=816#comment-33911</guid>
		<description>Late, I know...

[quote]
I think that is exactly the problem – people keep confusing the document information hierarchy of H1-H6 with the DOM hierarchy of nodes. Your document should make sense as a web page and as a printed page. No?
[/quote]

My turn to rant.

I don&#039;t think a web page is a document. A web page *contains* a document, in the context of header, navigation, footer etc. Or more than one document. Just like a printed document is rarely just a document.  It&#039;s within a journal, magazine, or whatever.

I can have a properly structured article - the main content of the page - with proper h1 - h6 headings. But then I&#039;m in a quandary of how to structure the other areas, and land up with h2s before the h1; missing heading levels on some pages where a bit of the header is not logically needed; etc.  This aspect of a web page structure often seems to be glossed over in these discussions on heading structure

So, I&#039;d be happy to have the scopes of article, header, footer, navigation etc, each to have their own heading structure. 

And futhermore I think Cory is right. Modern web pages are dynamic, grabbing bits of content from all over. To eshew this because it doesn&#039;t fit into the &quot;a web page is a single document&quot; model would be to be left behind.

I s&#039;pose this boils down to how the markup of web pages develop. It would be lovely to predefine it accessibly, and say what web pages should be like. But that&#039;s not and never will be the real webby world. It&#039;s just not the nature of the web. It&#039;s nature is what can be coaxed, wrenched or stuffed into a web page by developers doing things they&#039;re &quot;not supposed to do&quot;, regardless of accessibility. They become the standard that businesses aspire to. This drives developments, for good or bad. 

Perhaps the best we can do is influence this process, and figure how to make structure it accessibly. 

Dynamically constructed pages are here to stay. HTML5 heading structure might just provide the solution for accessibility and access technology to cope with today&#039;s web pages by allowing a web page to be logically structured, albeit recursively, while accommodating at least to some degree modern web page design.

Until the next development, that is.</description>
		<content:encoded><![CDATA[<p>Late, I know&#8230;</p>
<p>[quote]<br />
I think that is exactly the problem – people keep confusing the document information hierarchy of H1-H6 with the DOM hierarchy of nodes. Your document should make sense as a web page and as a printed page. No?<br />
[/quote]</p>
<p>My turn to rant.</p>
<p>I don&#8217;t think a web page is a document. A web page *contains* a document, in the context of header, navigation, footer etc. Or more than one document. Just like a printed document is rarely just a document.  It&#8217;s within a journal, magazine, or whatever.</p>
<p>I can have a properly structured article &#8211; the main content of the page &#8211; with proper h1 &#8211; h6 headings. But then I&#8217;m in a quandary of how to structure the other areas, and land up with h2s before the h1; missing heading levels on some pages where a bit of the header is not logically needed; etc.  This aspect of a web page structure often seems to be glossed over in these discussions on heading structure</p>
<p>So, I&#8217;d be happy to have the scopes of article, header, footer, navigation etc, each to have their own heading structure. </p>
<p>And futhermore I think Cory is right. Modern web pages are dynamic, grabbing bits of content from all over. To eshew this because it doesn&#8217;t fit into the &#8220;a web page is a single document&#8221; model would be to be left behind.</p>
<p>I s&#8217;pose this boils down to how the markup of web pages develop. It would be lovely to predefine it accessibly, and say what web pages should be like. But that&#8217;s not and never will be the real webby world. It&#8217;s just not the nature of the web. It&#8217;s nature is what can be coaxed, wrenched or stuffed into a web page by developers doing things they&#8217;re &#8220;not supposed to do&#8221;, regardless of accessibility. They become the standard that businesses aspire to. This drives developments, for good or bad. </p>
<p>Perhaps the best we can do is influence this process, and figure how to make structure it accessibly. </p>
<p>Dynamically constructed pages are here to stay. HTML5 heading structure might just provide the solution for accessibility and access technology to cope with today&#8217;s web pages by allowing a web page to be logically structured, albeit recursively, while accommodating at least to some degree modern web page design.</p>
<p>Until the next development, that is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Mut</title>
		<link>http://www.iheni.com/html-5-to-the-h1-debate-rescue/comment-page-1/#comment-30773</link>
		<dc:creator>Alejandro Mut</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.iheni.com/?p=816#comment-30773</guid>
		<description>Oops, the URL is: http://gsnedders.html5.org/outliner/</description>
		<content:encoded><![CDATA[<p>Oops, the URL is: <a href="http://gsnedders.html5.org/outliner/" rel="nofollow">http://gsnedders.html5.org/outliner/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Mut</title>
		<link>http://www.iheni.com/html-5-to-the-h1-debate-rescue/comment-page-1/#comment-30772</link>
		<dc:creator>Alejandro Mut</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.iheni.com/?p=816#comment-30772</guid>
		<description>Guys, please check http://gsnedders.html5.org/outliner/process.py

If you check the outline of an HTML5 document you&#039;ll notice that the logo&#039;s only logical place is to be at the top level of that outline / DOM tree. If you omit assigning an  tag to the logo, you&#039;ll most likely get an &quot;Untitled section&quot; somewhere, anyway. That&#039;s not cool.

Sorry but it&#039;s logo on the top level for me.</description>
		<content:encoded><![CDATA[<p>Guys, please check <a href="http://gsnedders.html5.org/outliner/process.py" rel="nofollow">http://gsnedders.html5.org/outliner/process.py</a></p>
<p>If you check the outline of an HTML5 document you&#8217;ll notice that the logo&#8217;s only logical place is to be at the top level of that outline / DOM tree. If you omit assigning an  tag to the logo, you&#8217;ll most likely get an &#8220;Untitled section&#8221; somewhere, anyway. That&#8217;s not cool.</p>
<p>Sorry but it&#8217;s logo on the top level for me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

