[html5] r5539 - [giow] (2) Default input.size to 20. Fixing http://www.w3.org/Bugs/Public/show_b [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 28 16:18:19 PDT 2010


Author: ianh
Date: 2010-09-28 16:18:18 -0700 (Tue, 28 Sep 2010)
New Revision: 5539

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Default input.size to 20.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10517

Modified: complete.html
===================================================================
--- complete.html	2010-09-28 23:16:50 UTC (rev 5538)
+++ complete.html	2010-09-28 23:18:18 UTC (rev 5539)
@@ -42390,7 +42390,7 @@
 
   <p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> IDL attribute is
   <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater than
-  zero</a>.</p>
+  zero</a> and has a default value of 20.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2010-09-28 23:16:50 UTC (rev 5538)
+++ index	2010-09-28 23:18:18 UTC (rev 5539)
@@ -42370,7 +42370,7 @@
 
   <p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> IDL attribute is
   <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater than
-  zero</a>.</p>
+  zero</a> and has a default value of 20.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2010-09-28 23:16:50 UTC (rev 5538)
+++ source	2010-09-28 23:18:18 UTC (rev 5539)
@@ -47292,7 +47292,7 @@
 
   <p>The <code title="dom-input-size">size</code> IDL attribute is
   <span>limited to only non-negative numbers greater than
-  zero</span>.</p>
+  zero</span> and has a default value of 20.</p>
 
   </div>
 




More information about the Commit-Watchers mailing list