- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Apr 2010 21:50:39 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7557
Modified Files:
Overview.html
Log Message:
Increase valueAsNumber precision. (whatwg r4971)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3993
retrieving revision 1.3994
diff -u -d -r1.3993 -r1.3994
--- Overview.html 5 Apr 2010 04:36:56 -0000 1.3993
+++ Overview.html 5 Apr 2010 21:50:35 -0000 1.3994
@@ -26506,7 +26506,7 @@
attribute DOMString <a href="#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
attribute DOMString <a href="#dom-input-value" title="dom-input-value">value</a>;
attribute <span>Date</span> <a href="#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
- attribute float <a href="#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
+ attribute double <a href="#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
readonly attribute <a href="#htmloptionelement">HTMLOptionElement</a> <a href="#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
Received on Monday, 5 April 2010 21:50:41 UTC