[html5] r6065 - [e] (0) precision Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12116

whatwg at whatwg.org whatwg at whatwg.org
Wed May 4 15:11:35 PDT 2011


Author: ianh
Date: 2011-05-04 15:11:34 -0700 (Wed, 04 May 2011)
New Revision: 6065

Modified:
   complete.html
   index
   source
Log:
[e] (0) precision
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12116

Modified: complete.html
===================================================================
--- complete.html	2011-05-04 20:21:33 UTC (rev 6064)
+++ complete.html	2011-05-04 22:11:34 UTC (rev 6065)
@@ -41218,8 +41218,8 @@
 
    <dd>
 
-    <p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the form controls in
-    the element.</p>
+    <p>Returns an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> of the form
+    controls in the element.</p>
 
    </dd>
 

Modified: index
===================================================================
--- index	2011-05-04 20:21:33 UTC (rev 6064)
+++ index	2011-05-04 22:11:34 UTC (rev 6065)
@@ -41246,8 +41246,8 @@
 
    <dd>
 
-    <p>Returns an <code><a href=#htmlcollection>HTMLCollection</a></code> of the form controls in
-    the element.</p>
+    <p>Returns an <code><a href=#htmlformcontrolscollection>HTMLFormControlsCollection</a></code> of the form
+    controls in the element.</p>
 
    </dd>
 

Modified: source
===================================================================
--- source	2011-05-04 20:21:33 UTC (rev 6064)
+++ source	2011-05-04 22:11:34 UTC (rev 6065)
@@ -46088,8 +46088,8 @@
 
    <dd>
 
-    <p>Returns an <code>HTMLCollection</code> of the form controls in
-    the element.</p>
+    <p>Returns an <code>HTMLFormControlsCollection</code> of the form
+    controls in the element.</p>
 
    </dd>
 




More information about the Commit-Watchers mailing list