<?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: HTML5: The section element</title>
	<atom:link href="http://www.webteacher.ws/2009/07/10/html5-the-section-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webteacher.ws/2009/07/10/html5-the-section-element/</link>
	<description>Tips, web design book reviews, resources and observations for teaching and learning web development.</description>
	<lastBuildDate>Mon, 08 Mar 2010 18:13:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vdebolt</title>
		<link>http://www.webteacher.ws/2009/07/10/html5-the-section-element/comment-page-1/#comment-6126</link>
		<dc:creator>vdebolt</dc:creator>
		<pubDate>Fri, 10 Jul 2009 21:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2850#comment-6126</guid>
		<description>Thanks, Lars. I really appreciate your input on the HTML 5 posts.</description>
		<content:encoded><![CDATA[<p>Thanks, Lars. I really appreciate your input on the HTML 5 posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://www.webteacher.ws/2009/07/10/html5-the-section-element/comment-page-1/#comment-6124</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Fri, 10 Jul 2009 21:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webteacher.ws/?p=2850#comment-6124</guid>
		<description>Perhaps one should add that sections make content copy/cut and pasteable in new ways. Since the level of nesting decide what level an heading is.

Take a blog. On the front page you&#039;d want every new post to be an h2 and the h1 to be for the whole blog. And every subheading for each entry to be h3.

On an entry&#039;s individual page you&#039;d like the h1 to be that entry&#039;s title, and the subheadings to be h2. Today that logic must be accomplished with server side code, which most blog-systems don&#039;t have.

With HTML 5 you&#039;d just wrap each entry on the front page in a section, and all headings are automatically demoted one level.

Caveat: No browser or assistive technology support this semantc aspect of sections yet. And they probably won&#039;t for a few years.</description>
		<content:encoded><![CDATA[<p>Perhaps one should add that sections make content copy/cut and pasteable in new ways. Since the level of nesting decide what level an heading is.</p>
<p>Take a blog. On the front page you&#8217;d want every new post to be an h2 and the h1 to be for the whole blog. And every subheading for each entry to be h3.</p>
<p>On an entry&#8217;s individual page you&#8217;d like the h1 to be that entry&#8217;s title, and the subheadings to be h2. Today that logic must be accomplished with server side code, which most blog-systems don&#8217;t have.</p>
<p>With HTML 5 you&#8217;d just wrap each entry on the front page in a section, and all headings are automatically demoted one level.</p>
<p>Caveat: No browser or assistive technology support this semantc aspect of sections yet. And they probably won&#8217;t for a few years.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
