hixie: Default input.size to 20. (whatwg r5539)

hixie: Default input.size to 20. (whatwg r5539)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4425&r2=1.4426&f=h
http://html5.org/tools/web-apps-tracker?from=5538&to=5539

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4425
retrieving revision 1.4426
diff -u -d -r1.4425 -r1.4426
--- Overview.html 28 Sep 2010 23:11:17 -0000 1.4425
+++ Overview.html 28 Sep 2010 23:18:23 -0000 1.4426
@@ -31775,7 +31775,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><h6 id="the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required"><a href="#attr-input-required">required</a></code> attribute</h6><p>The <dfn id="attr-input-required" title="attr-input-required"><code>required</code></dfn>
   attribute is a <a href="#boolean-attribute">boolean attribute</a>. When specified, the

Received on Tuesday, 28 September 2010 23:19:04 UTC