[html5] r5793 - [giow] (2) change select.size once more, to match browsers Fixing http://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 20 15:45:21 PST 2011


Author: ianh
Date: 2011-01-20 15:45:20 -0800 (Thu, 20 Jan 2011)
New Revision: 5793

Modified:
   complete.html
   index
   source
Log:
[giow] (2) change select.size once more, to match browsers
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11162

Modified: complete.html
===================================================================
--- complete.html	2011-01-20 20:36:31 UTC (rev 5792)
+++ complete.html	2011-01-20 23:45:20 UTC (rev 5793)
@@ -45381,7 +45381,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>

Modified: index
===================================================================
--- index	2011-01-20 20:36:31 UTC (rev 5792)
+++ index	2011-01-20 23:45:20 UTC (rev 5793)
@@ -45363,7 +45363,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>

Modified: source
===================================================================
--- source	2011-01-20 20:36:31 UTC (rev 5792)
+++ source	2011-01-20 23:45:20 UTC (rev 5793)
@@ -50807,7 +50807,8 @@
   must <span>reflect</span> the respective content attributes of the
   same name. The <code title="dom-select-size">size</code> IDL
   attribute is <span>limited to only non-negative numbers greater than
-  zero</span>, and has no default value (unlike the <code
+  zero</span>, with the default value zero (which for historical
+  reasons is different from the default value of the <code
   title="attr-select-size">size</code> content attribute that it
   reflects).</p>
 




More information about the Commit-Watchers mailing list