[html5] r5380 - [e] (0) Clarify input.size behaviour. Fixing http://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 27 16:13:14 PDT 2010


Author: ianh
Date: 2010-08-27 16:13:12 -0700 (Fri, 27 Aug 2010)
New Revision: 5380

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify input.size behaviour.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9935

Modified: complete.html
===================================================================
--- complete.html	2010-08-27 23:06:01 UTC (rev 5379)
+++ complete.html	2010-08-27 23:13:12 UTC (rev 5380)
@@ -43276,7 +43276,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>.</p>
+  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
+  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>
   attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>

Modified: index
===================================================================
--- index	2010-08-27 23:06:01 UTC (rev 5379)
+++ index	2010-08-27 23:13:12 UTC (rev 5380)
@@ -43201,7 +43201,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>.</p>
+  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
+  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>
   attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>

Modified: source
===================================================================
--- source	2010-08-27 23:06:01 UTC (rev 5379)
+++ source	2010-08-27 23:13:12 UTC (rev 5380)
@@ -48372,7 +48372,9 @@
   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>.</p>
+  zero</span>, and has no default value (unlike the <code
+  title="attr-select-size">size</code> content attribute that it
+  reflects).</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>, <code
   title="dom-cva-validity">validity</code>, and <code




More information about the Commit-Watchers mailing list