html5/spec-author-view Overview.html,1.836,1.837 spec.html,1.844,1.845 the-input-element.html,1.23,1.24

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv9001

Modified Files:
	Overview.html spec.html the-input-element.html 
Log Message:
Increase valueAsNumber precision. (whatwg r4971)

[updated by splitter]


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.836
retrieving revision 1.837
diff -u -d -r1.836 -r1.837
--- Overview.html	5 Apr 2010 04:48:09 -0000	1.836
+++ Overview.html	5 Apr 2010 21:57:21 -0000	1.837
@@ -305,7 +305,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.3993.
+This is revision 1.3994.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- the-input-element.html	4 Apr 2010 22:47:30 -0000	1.23
+++ the-input-element.html	5 Apr 2010 21:57:22 -0000	1.24
@@ -370,7 +370,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="the-button-element.html#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>;
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.844
retrieving revision 1.845
diff -u -d -r1.844 -r1.845
--- spec.html	5 Apr 2010 04:48:10 -0000	1.844
+++ spec.html	5 Apr 2010 21:57:21 -0000	1.845
@@ -303,7 +303,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.3993.
+This is revision 1.3994.
    </p> 
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2010 <a href=http://www.w3.org/><abbr title="World Wide
@@ -14187,7 +14187,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:57:26 UTC