- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 08:40:35 +0900 (JST)
- To: public-html-diffs@w3.org
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><form onsubmit="return false">
<input name=a type=number step=any> +
<input name=b type=number step=any> =
- <output onforminput="value = a.value + b.value"></output>
+ <output onforminput="value = a.valueAsNumber + b.valueAsNumber"></output>
</form></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