hixie: Make the example make more sense. (whatwg r5005)

hixie: Make the example make more sense. (whatwg r5005)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4021&r2=1.4022&f=h
http://html5.org/tools/web-apps-tracker?from=5004&to=5005

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4021
retrieving revision 1.4022
diff -u -d -r1.4021 -r1.4022
--- Overview.html 12 Apr 2010 23:39:01 -0000 1.4021
+++ Overview.html 12 Apr 2010 23:40:24 -0000 1.4022
@@ -32868,7 +32868,7 @@
    <pre>&lt;form onsubmit="return false"&gt;
  &lt;input name=a type=number step=any&gt; +
  &lt;input name=b type=number step=any&gt; =
- &lt;output onforminput="value = a.value + b.value"&gt;&lt;/output&gt;
+ &lt;output onforminput="value = a.valueAsNumber + b.valueAsNumber"&gt;&lt;/output&gt;
 &lt;/form&gt;</pre>
 
   </div><h4 id="the-progress-element"><span class="secno">4.10.16 </span>The <dfn><code>progress</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/96">ISSUE-96</a> (progress) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt>

Received on Monday, 12 April 2010 23:41:04 UTC