[html5] r4971 - [giow] (0) Increase valueAsNumber precision.

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 5 14:50:32 PDT 2010


Author: ianh
Date: 2010-04-05 14:50:30 -0700 (Mon, 05 Apr 2010)
New Revision: 4971

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Increase valueAsNumber precision.

Modified: complete.html
===================================================================
--- complete.html	2010-04-05 04:36:51 UTC (rev 4970)
+++ complete.html	2010-04-05 21:50:30 UTC (rev 4971)
@@ -33271,7 +33271,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>;
 

Modified: index
===================================================================
--- index	2010-04-05 04:36:51 UTC (rev 4970)
+++ index	2010-04-05 21:50:30 UTC (rev 4971)
@@ -33172,7 +33172,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>;
 

Modified: source
===================================================================
--- source	2010-04-05 04:36:51 UTC (rev 4970)
+++ source	2010-04-05 21:50:30 UTC (rev 4971)
@@ -36725,7 +36725,7 @@
            attribute DOMString <span title="dom-input-defaultValue">defaultValue</span>;
            attribute DOMString <span title="dom-input-value">value</span>;
            attribute <span>Date</span> <span title="dom-input-valueAsDate">valueAsDate</span>;
-           attribute float <span title="dom-input-valueAsNumber">valueAsNumber</span>;
+           attribute double <span title="dom-input-valueAsNumber">valueAsNumber</span>;
   readonly attribute <span>HTMLOptionElement</span> <span title="dom-input-selectedOption">selectedOption</span>;
            attribute DOMString <span title="dom-dim-width">width</span>;
 




More information about the Commit-Watchers mailing list