<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shawn Medero &#187; html 5</title>
	<atom:link href="http://shawn.medero.net/tag/html-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://shawn.medero.net</link>
	<description>An Online Notebook</description>
	<lastBuildDate>Thu, 10 Jun 2010 01:20:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom:link rel='hub' href='http://shawn.medero.net/?pushpress=hub'/>
		<item>
		<title>Microsoft Feedback on HTML&#160;5</title>
		<link>http://shawn.medero.net/2009/08/07/microsoft-feedback-on-html-5/</link>
		<comments>http://shawn.medero.net/2009/08/07/microsoft-feedback-on-html-5/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 09:48:45 +0000</pubDate>
		<dc:creator>Shawn Medero</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://shawn.medero.net/?p=3</guid>
		<description><![CDATA[Dear reader, if you had any hope HTML 5 would make it to last call by October 2009 then the Microsoft IE team will conveniently take you back to reality.]]></description>
			<content:encoded><![CDATA[<p>Dear reader, if you had any hope HTML 5 would make it to last call by October 2009 then <a href="http://lists.w3.org/Archives/Public/public-html/2009Aug/0389.html">this email</a> to the <a href="http://www.w3.org/html/wg/">HTML WG</a> from the Microsoft IE team will conveniently take you back to&nbsp;reality.</p>

<p><span&nbsp;id="more-3"></span></p>

<h2>Summary</h2>

<p>I tried to summarize Microsoft&#8217;s response in a few witty lines, but I couldn&#8217;t do it. Instead I ended up with this mess of ideas that I&#8217;ve left&nbsp;below.</p>

<h3>New Elements</h3>

<p>Microsoft&#8217;s Internet Explorer team isn&#8217;t keen on implementing some of HTML 5&#8217;s new elements as currently&nbsp;spec&#8217;d:</p>

<ol>
<li><code>&lt;section&gt;</code></li>
<li><code>&lt;nav&gt;</code></li>
<li><code>&lt;article&gt;</code></li>
<li><code>&lt;aside&gt;</code></li>
<li><code>&lt;hgroup&gt;</code></li>
<li><code>&lt;header&gt;</code></li>
<li><code>&lt;footer&gt;</code></li>
<li><code>&lt;dialog&gt;</code></li>
<li><code>&lt;mark&gt;</code></li>
<li><code>&lt;time&gt;</code></li>
<li><code>&lt;progress&gt;</code></li>
<li><code>&lt;meter&gt;</code></li>
<li><code>&lt;datagrid&gt;</code></li>
</ol>

<p>Their reasoning for push back generally suggest that the elements are unnecessary, handled fine by a scripting library, or too underspecified to be interoperably implemented, though it is worth reading the entire email to understand their issues with each&nbsp;piece.</p>

<p>I will happily concede that adding <code>&lt;aside&gt;</code>, <code>&lt;header&gt;</code> and <code>&lt;footer&gt;</code> seem somewhat unnecessary if they don&#8217;t provide any additional UA or DOM features. On the flip side, as someone who regularly uses screen-scraping I can see a lot of potential in having these elements but suspect they won&#8217;t be used properly anyway. To be fair, I don&#8217;t think implementations are that far along on the new sectioning elements though they have gathered mostly positive feedback from the HTML authoring&nbsp;community.</p>

<h3>keygen</h3>

<p>They&#8217;d also rather not reintroduce <code>&lt;keygen&gt;</code> because they&#8217;ve deprecated support for it as of Windows 7 and they don&#8217;t feel that adoption is wide-spread enough to warrant&nbsp;inclusion.</p>

<h3>input@type=<em>date</em></h3>

<p>For the new date-based HTML form input types (<code>&lt;input type="date|time|datetime|local-datetime"&gt;</code>) they&#8217;d like to see better time-zone related language than <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#date-and-time-state">&#8220;User agents must not allow the user to set the value to a string that is not a valid global date and time string expressed in UTC, though user agents may allow the user to set and view the time in another time zone and silently translate the time to and from the UTC time zone in the value.&#8221;</a> given the complexity of&nbsp;time-zones.</p>

<h3>bb</h3>

<p>Their comments on <code>&lt;bb&gt;</code>, a &#8220;user-agent button&#8221;, are somewhat&nbsp;humorous:</p>

<blockquote>
  <p>Having a consistent installation experience for independent applications
  is the key to their success. Supporting the instantiation of individual
  apps through a page control provides too much programmable flexibility
  that developers could use to hijack the end-user experience thus
  creating an inconsistent process.</p>
</blockquote>

<p>I would never use the phrase &#8220;Consistent installation experience&#8221; to define my time spent using Microsoft products or products developed by 3rd party developers for the Microsoft ecosystem. That said, every team in Microsoft is unique and I do believe that the current Internet Explorer team places a high value on user&nbsp;experience.</p>

<p>Their comments go on to suggest a number of improvements to the <code>&lt;bb&gt;</code> element (particularly around the scripting model and where it should live in the DOM) that I think are quite sensible. This is the probably the first substantive feedback I&#8217;ve seen on <code>&lt;bb&gt;</code>, so kudos to Microsoft. (<strong>Update:</strong> <a href="http://lists.w3.org/Archives/Public/public-html/2009Aug/0391.html">Mozilla chimes in on&nbsp;<code>&lt;bb&gt;</code></a>.)</p>

<h3>menu</h3>

<p>They ding <code>&lt;menu&gt;</code> because their experience suggests&nbsp;that:</p>

<blockquote>
  <p>web developers want precise user agent independent control over the layout of their&nbsp;UI</p>
</blockquote>

<p>Well sure, but it does feel like <code>&lt;menu&gt;</code> (and <code>&lt;progress&gt;</code> &amp; <code>&lt;meter&gt;</code> also mentioned again in this section) have distinct benefits for assisted technologies (AT). If we&#8217;re going to leave <code>table@summary</code> conforming because of the promise it holds for AT then surely new elements that could be very beneficial for the same set of users seems reasonable. I do sense that their concerns here are not outright dislike for this element but much more about getting feedback from fellow user-agent implementors on whether this element should be specified in more&nbsp;detail.</p>

<h3>contenteditable &amp; UndoManager</h3>

<p>These are two APIs: <code>contenteditable</code> is for implementing WYSIWYG HTML editing and <code>UndoManager</code> is a proposed method for dealing with rolling back changes to the DOM. That they knock <code>contenteditable</code> for being underspecified is somewhat funny because it is a Microsoft feature that several browsers and HTML 5 have had to reversed engineer due to lack of detailed public documentation. Maybe Microsoft could offer take over editorship for this portion of the&nbsp;spec.</p>

<p>I&#8217;m honestly not even sure why they commented on <code>UndoManager</code> given that the draft contains the following language about&nbsp;it:</p>

<blockquote>
  <p>This API sucks. Seriously. It&#8217;s a terrible API. Really bad. I hate&nbsp;it.</p>
</blockquote>

<p>Perhaps it is worthwhile to starting calling out these sections in hopes of pulling them from the draft now. If that was the intent, then I can get behind&nbsp;that.</p>

<h3>Conclusions</h3>

<p>In general I&#8217;m excited that Microsoft is commenting on HTML 5 but I&#8217;m also quite concerned at the nature of their comments given how far along HTML 5 is. Regardless of what Adobe would have you think, the HTML 5 ship has in fact left the station, mostly thanks to the mobile user agents in use on Android devices, Apple iPhones, and Palm&nbsp;Pres.</p>
]]></content:encoded>
			<wfw:commentRss>http://shawn.medero.net/2009/08/07/microsoft-feedback-on-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
