html5/spec spec.html,1.1376,1.1377 the-button-element.html,1.45,1.46

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

Modified Files:
	spec.html the-button-element.html 
Log Message:
change select.size once more, to match browsers (whatwg r5793)

[updated by splitter]


Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- the-button-element.html	12 Jan 2011 03:46:48 -0000	1.45
+++ the-button-element.html	20 Jan 2011 23:46:37 -0000	1.46
@@ -842,7 +842,8 @@
   must <a href="common-dom-interfaces.html#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="common-dom-interfaces.html#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="association-of-controls-and-forms.html#dom-cva-willvalidate">willValidate</a></code>, <code title="dom-cva-validity"><a href="association-of-controls-and-forms.html#dom-cva-validity">validity</a></code>, and <code title="dom-cva-validationMessage"><a href="association-of-controls-and-forms.html#dom-cva-validationmessage">validationMessage</a></code>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1376
retrieving revision 1.1377
diff -u -d -r1.1376 -r1.1377
--- spec.html	20 Jan 2011 21:46:48 -0000	1.1376
+++ spec.html	20 Jan 2011 23:46:36 -0000	1.1377
@@ -351,7 +351,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4654.
+This is revision 1.4655.
    </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

Received on Thursday, 20 January 2011 23:46:40 UTC