html5/spec Overview.html,1.4654,1.4655

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv25714

Modified Files:
	Overview.html 
Log Message:
change select.size once more, to match browsers (whatwg r5793)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4654
retrieving revision 1.4655
diff -u -d -r1.4654 -r1.4655
--- Overview.html	20 Jan 2011 20:55:00 -0000	1.4654
+++ Overview.html	20 Jan 2011 23:45:27 -0000	1.4655
@@ -35593,7 +35593,8 @@
   must <a href="#reflect">reflect</a> the respective content attributes of the
   same name. The <code title="dom-select-size"><a href="#dom-select-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>, and has no default value (unlike the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> content attribute that it
+  zero</a>, with the default value zero (which for historical
+  reasons is different from the default value of the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> content attribute that it
   reflects).</p>
 
   <p>The <code title="dom-cva-willValidate"><a href="#dom-cva-willvalidate">willValidate</a></code>, <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>, and <code title="dom-cva-validationMessage"><a href="#dom-cva-validationmessage">validationMessage</a></code>

Received on Thursday, 20 January 2011 23:45:33 UTC