- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Apr 2010 23:40:28 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv13755 Modified Files: Overview.html Log Message: Make the example make more sense. (whatwg r5005) Index: Overview.html =================================================================== 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:40:29 UTC