<?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 Top Ten Best Things About HTML 5</title>
	<atom:link href="http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/</link>
	<description>Usability, web development, and design</description>
	<lastBuildDate>Thu, 15 Dec 2011 19:54:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: JasonMorrison.net &#187; Blog Archive &#187; XHTML 2 vs HTML 5 and the href Attribute</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-935</link>
		<dc:creator>JasonMorrison.net &#187; Blog Archive &#187; XHTML 2 vs HTML 5 and the href Attribute</dc:creator>
		<pubDate>Tue, 03 Jun 2008 04:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-935</guid>
		<description>[...] I wrote a little earlier about what I was looking forward to in HTML 5.  I haven&#8217;t had a chance to really collect my thoughts about XHTML 2 vs HTML 5, to be honest I&#8217;d be happy to see progress on both fronts.  I do have to say I lost interest in XHTML 2 early on when it seemed they were throwing some baby out with the bathwater.  HTML is not the cleanest, most elegant language but the ease of picking it up is part of why the web grew so quickly.  Even if that has forced browsers to cope with millions of pages of clunky, broken HTML. [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote a little earlier about what I was looking forward to in HTML 5.  I haven&#8217;t had a chance to really collect my thoughts about XHTML 2 vs HTML 5, to be honest I&#8217;d be happy to see progress on both fronts.  I do have to say I lost interest in XHTML 2 early on when it seemed they were throwing some baby out with the bathwater.  HTML is not the cleanest, most elegant language but the ease of picking it up is part of why the web grew so quickly.  Even if that has forced browsers to cope with millions of pages of clunky, broken HTML. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valerie</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-112</link>
		<dc:creator>Valerie</dc:creator>
		<pubDate>Tue, 15 Jan 2008 19:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-112</guid>
		<description>Just because someone uses WordPress doesn&#039;t mean that they do not have an interest in development. I use WordPress on my blog because I needed to get a site up quickly and it was the best way to do it.

I am personally most excited about the &lt;font&gt; tag finally going away. I hated that thing - and the constant explanation of it to my students. Explain it, then explain why not to use it.</description>
		<content:encoded><![CDATA[<p>Just because someone uses WordPress doesn&#8217;t mean that they do not have an interest in development. I use WordPress on my blog because I needed to get a site up quickly and it was the best way to do it.</p>
<p>I am personally most excited about the &lt;font&gt; tag finally going away. I hated that thing &#8211; and the constant explanation of it to my students. Explain it, then explain why not to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-111</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 14 Jan 2008 04:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-111</guid>
		<description>I don&#039;t see the usefulness of HTML5. To me, it is adding a mixture of semantic elements and purpose elements. I prefer XHTML 2.0 over HTML5 as they stand right now. Here is my opinion on the spots you referenced:

 - This is useful, just as XHTML 2.0 appears to still include the  (navigation list) element.

,  - Why do we need these? XHTML 2.0 will have  and  elements. They aren&#039;t necessarily used for just text.

 - It has been deprecated since HTML 4.0. XHTML 1.0 allowed for Strict, Transitional and Frameset only for compatibility with older HTML. With XHTML 1.1, that will be gone, just as it will be with HTML5, so really it isn&#039;t the WHATWG&#039;s idea to drop the  tag.

 - Yes, I think the death of the  tag is a good thing. Why? Well, for one thing, any element can include an image using the @src attribute. In fact, the W3C addresses this change in http://www.w3.org/TR/xhtml2/introduction.html#s_intro_differences

,  -  encompasses both though. It makes more sense to have one element that does that. Not only that, but if  and  are provided, where are  and  and  and the others?  works for them all. It was meant to be a multi-purpose element where things like  didn&#039;t fit. After all,  is only for images.

 and its special types - This is what scripts are for - validation of user input. This doesn&#039;t belong in HTML. That&#039;s all I&#039;ll say about it.

contenteditable - This is actually a pretty good idea. The W3C already halfway does it with their Amaya browser/editor, and Firefox&#039;s Web Developer Toolbar add-in has an Edit HTML and Edit CSS feature that gets us halfway there.

@required - It could be useful in some cases, but generally, there is an acceptance of the asterisk next to a form field denoting a required input. One might even mark it up as &lt;abbr title=&quot;required&quot;&gt;*&lt;/abbr&gt; for screen readers that read the title instead of the text enclosed by the start and end tags. For that reason, I&#039;d say this isn&#039;t very necessary.

, - I thought things like this are what  and CSS were for. And in the case of XHTML 2.0, they aren&#039;t very necessary anyway with the ability to use @src on any element, and then using CSS for a caption.

Open development process - isn&#039;t this one reason why the W3C&#039;s mailing lists were created, to hash out the various redundancies and useful, yet improperly defined/described, aspects of the languages they govern?

I&#039;m not saying that WHATWG&#039;s HTML5 is bad, but I would rather have something with more semantics, like XHTML. Not only that, but XHTML 2.0 will be able to integrate with other XML-based languages because it is XML itself. In fact, that can be done now with the Modularization of XHTML. I do hope that HTML5 does become somewhat popular, so that the efforts of those who worked on it won&#039;t be wasted.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see the usefulness of HTML5. To me, it is adding a mixture of semantic elements and purpose elements. I prefer XHTML 2.0 over HTML5 as they stand right now. Here is my opinion on the spots you referenced:</p>
<p> &#8211; This is useful, just as XHTML 2.0 appears to still include the  (navigation list) element.</p>
<p>,  &#8211; Why do we need these? XHTML 2.0 will have  and  elements. They aren&#8217;t necessarily used for just text.</p>
<p> &#8211; It has been deprecated since HTML 4.0. XHTML 1.0 allowed for Strict, Transitional and Frameset only for compatibility with older HTML. With XHTML 1.1, that will be gone, just as it will be with HTML5, so really it isn&#8217;t the WHATWG&#8217;s idea to drop the  tag.</p>
<p> &#8211; Yes, I think the death of the  tag is a good thing. Why? Well, for one thing, any element can include an image using the @src attribute. In fact, the W3C addresses this change in <a href="http://www.w3.org/TR/xhtml2/introduction.html#s_intro_differences" rel="nofollow">http://www.w3.org/TR/xhtml2/introduction.html#s_intro_differences</a></p>
<p>,  &#8211;  encompasses both though. It makes more sense to have one element that does that. Not only that, but if  and  are provided, where are  and  and  and the others?  works for them all. It was meant to be a multi-purpose element where things like  didn&#8217;t fit. After all,  is only for images.</p>
<p> and its special types &#8211; This is what scripts are for &#8211; validation of user input. This doesn&#8217;t belong in HTML. That&#8217;s all I&#8217;ll say about it.</p>
<p>contenteditable &#8211; This is actually a pretty good idea. The W3C already halfway does it with their Amaya browser/editor, and Firefox&#8217;s Web Developer Toolbar add-in has an Edit HTML and Edit CSS feature that gets us halfway there.</p>
<p>@required &#8211; It could be useful in some cases, but generally, there is an acceptance of the asterisk next to a form field denoting a required input. One might even mark it up as <abbr title="required">*</abbr> for screen readers that read the title instead of the text enclosed by the start and end tags. For that reason, I&#8217;d say this isn&#8217;t very necessary.</p>
<p>, &#8211; I thought things like this are what  and CSS were for. And in the case of XHTML 2.0, they aren&#8217;t very necessary anyway with the ability to use @src on any element, and then using CSS for a caption.</p>
<p>Open development process &#8211; isn&#8217;t this one reason why the W3C&#8217;s mailing lists were created, to hash out the various redundancies and useful, yet improperly defined/described, aspects of the languages they govern?</p>
<p>I&#8217;m not saying that WHATWG&#8217;s HTML5 is bad, but I would rather have something with more semantics, like XHTML. Not only that, but XHTML 2.0 will be able to integrate with other XML-based languages because it is XML itself. In fact, that can be done now with the Modularization of XHTML. I do hope that HTML5 does become somewhat popular, so that the efforts of those who worked on it won&#8217;t be wasted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-96</link>
		<dc:creator>Erick</dc:creator>
		<pubDate>Fri, 04 Jan 2008 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-96</guid>
		<description>What will be the available formats for the &lt;audio&gt; and &lt;video&gt; tags?</description>
		<content:encoded><![CDATA[<p>What will be the available formats for the &lt;audio&gt; and &lt;video&gt; tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yuanxin</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-94</link>
		<dc:creator>Yuanxin</dc:creator>
		<pubDate>Thu, 03 Jan 2008 05:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-94</guid>
		<description>Great!</description>
		<content:encoded><![CDATA[<p>Great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Morrison</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-89</link>
		<dc:creator>Jason Morrison</dc:creator>
		<pubDate>Mon, 31 Dec 2007 16:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-89</guid>
		<description>That&#039;s good point, Geoffrey.  So, to anyone reading, don&#039;t take this post to be a list of new tags and attributes you can start using right now.  It&#039;s just a heads-up on where things seem to be headed in the future.</description>
		<content:encoded><![CDATA[<p>That&#8217;s good point, Geoffrey.  So, to anyone reading, don&#8217;t take this post to be a list of new tags and attributes you can start using right now.  It&#8217;s just a heads-up on where things seem to be headed in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey Sneddon</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-88</link>
		<dc:creator>Geoffrey Sneddon</dc:creator>
		<pubDate>Mon, 31 Dec 2007 16:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-88</guid>
		<description>Technically, the W3C doesn&#039;t recommend the spec whatsoever until it is published a REC (HTML 5 is currently a pre-working-draft editor&#039;s draft). Anything in it should represent the consensus of the WG at the time it is written.

As for WordPress, I have my doubts. Everything that has ever been said within WP is that they&#039;ll support XHTML as it&#039;s newer and therefore better.</description>
		<content:encoded><![CDATA[<p>Technically, the W3C doesn&#8217;t recommend the spec whatsoever until it is published a REC (HTML 5 is currently a pre-working-draft editor&#8217;s draft). Anything in it should represent the consensus of the WG at the time it is written.</p>
<p>As for WordPress, I have my doubts. Everything that has ever been said within WP is that they&#8217;ll support XHTML as it&#8217;s newer and therefore better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Morrison</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-87</link>
		<dc:creator>Jason Morrison</dc:creator>
		<pubDate>Mon, 31 Dec 2007 04:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-87</guid>
		<description>I do use Wordpress for this blog, and two of the reasons I chose it was that it is open source (so I can alter the code and write plugins) and it generates standards-compliant code.  

It will be fun to see what the Wordpress community comes up with newer standards like HTML and maybe put together a plugin or two myself.</description>
		<content:encoded><![CDATA[<p>I do use WordPress for this blog, and two of the reasons I chose it was that it is open source (so I can alter the code and write plugins) and it generates standards-compliant code.  </p>
<p>It will be fun to see what the WordPress community comes up with newer standards like HTML and maybe put together a plugin or two myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: megatron</title>
		<link>http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/comment-page-1/#comment-86</link>
		<dc:creator>megatron</dc:creator>
		<pubDate>Mon, 31 Dec 2007 04:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonmorrison.net/content/2007/the-top-ten-best-things-about-html-5/#comment-86</guid>
		<description>i&#039;m not sure why you think it will be so good, since you just use WordPress anyway</description>
		<content:encoded><![CDATA[<p>i&#8217;m not sure why you think it will be so good, since you just use WordPress anyway</p>
]]></content:encoded>
	</item>
</channel>
</rss>

