<?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: New features, tags, attributes and what else to expect (in about a decade)</title>
	<atom:link href="http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/</link>
	<description>A Web Development Blog by Synapse Studios</description>
	<lastBuildDate>Mon, 15 Mar 2010 03:22:38 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The fifth dimension &#171; Mind Over Chatter</title>
		<link>http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/comment-page-1/#comment-302</link>
		<dc:creator>The fifth dimension &#171; Mind Over Chatter</dc:creator>
		<pubDate>Mon, 28 Sep 2009 01:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=91#comment-302</guid>
		<description>[...] sure to be very useful across a whole range of areas, from forums to online banking. According to this summary, there will be new elements, new attributes and new input types, such as datetime, date and [...]</description>
		<content:encoded><![CDATA[<p>[...] sure to be very useful across a whole range of areas, from forums to online banking. According to this summary, there will be new elements, new attributes and new input types, such as datetime, date and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; My Blog Articles on HTMList.com - WebDevilAZ</title>
		<link>http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/comment-page-1/#comment-237</link>
		<dc:creator>&#187; My Blog Articles on HTMList.com - WebDevilAZ</dc:creator>
		<pubDate>Sun, 08 Mar 2009 18:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=91#comment-237</guid>
		<description>[...] HTML 5: New features, tags, attributes and what else to expect (in about a decade) [...]</description>
		<content:encoded><![CDATA[<p>[...] HTML 5: New features, tags, attributes and what else to expect (in about a decade) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Lindblom</title>
		<link>http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/comment-page-1/#comment-97</link>
		<dc:creator>Jeremy Lindblom</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=91#comment-97</guid>
		<description>They are providing tags like header, footer, section, nav and others to essentially create layouts.  I think that what they have going there should be sufficient.  I can see the point behind your idea, but I think a layout tag would be going in the wrong direction, because it would then be putting emphasis on the presentation, instead of the content.  The tags that I mentioned help define what the content is (not where or what it looks like), and through CSS the presentation and positioning of those elements will be regulated.</description>
		<content:encoded><![CDATA[<p>They are providing tags like header, footer, section, nav and others to essentially create layouts.  I think that what they have going there should be sufficient.  I can see the point behind your idea, but I think a layout tag would be going in the wrong direction, because it would then be putting emphasis on the presentation, instead of the content.  The tags that I mentioned help define what the content is (not where or what it looks like), and through CSS the presentation and positioning of those elements will be regulated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Brombal Chinelato</title>
		<link>http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/comment-page-1/#comment-83</link>
		<dc:creator>William Brombal Chinelato</dc:creator>
		<pubDate>Sun, 20 Jul 2008 03:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=91#comment-83</guid>
		<description>The markup for the previous comment is the following:

&lt;layout fit=&quot;true&quot;&gt;
  &lt;region dir=&quot;top&quot;&gt;&lt;!-- Markup (logo, search) --&gt;&lt;/region&gt;
  &lt;region dir=&quot;west&quot;&gt;&lt;!-- Markup (menu, ads) --&gt;&lt;/region&gt;
  &lt;region dir=&quot;center&quot;&gt;&lt;!-- Markup (article) --&gt;&lt;/region&gt;
&lt;/layout&gt;</description>
		<content:encoded><![CDATA[<p>The markup for the previous comment is the following:</p>
<p>&lt;layout fit=&#8221;true&#8221;&gt;<br />
  &lt;region dir=&#8221;top&#8221;&gt;&lt;!&#8211; Markup (logo, search) &#8211;&gt;&lt;/region&gt;<br />
  &lt;region dir=&#8221;west&#8221;&gt;&lt;!&#8211; Markup (menu, ads) &#8211;&gt;&lt;/region&gt;<br />
  &lt;region dir=&#8221;center&#8221;&gt;&lt;!&#8211; Markup (article) &#8211;&gt;&lt;/region&gt;<br />
&lt;/layout&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Brombal Chinelato</title>
		<link>http://www.htmlist.com/tech-news/html-5-new-features-tags-attributes/comment-page-1/#comment-82</link>
		<dc:creator>William Brombal Chinelato</dc:creator>
		<pubDate>Sun, 20 Jul 2008 03:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.htmlist.com/?p=91#comment-82</guid>
		<description>The main goal of HTML5 is to provide native solutions to things we&#039;ve been working around with JavaScript, for instance.

So, considering that the statement above is true, why not a LAYOUT tag? And, inside them, a REGION TAG? You know, like Java, ExtJS Layout or PrototypeJS Simple Layout Manager. It would be something like this:


  &lt;!-- Markup (logo, search) --&gt;
  &lt;!-- Markup (menu, ads) --&gt;
  &lt;!-- Markup (article) --&gt;


I think it would be pretty useful...</description>
		<content:encoded><![CDATA[<p>The main goal of HTML5 is to provide native solutions to things we&#8217;ve been working around with JavaScript, for instance.</p>
<p>So, considering that the statement above is true, why not a LAYOUT tag? And, inside them, a REGION TAG? You know, like Java, ExtJS Layout or PrototypeJS Simple Layout Manager. It would be something like this:</p>
<p>  <!-- Markup (logo, search) --><br />
  <!-- Markup (menu, ads) --><br />
  <!-- Markup (article) --></p>
<p>I think it would be pretty useful&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
