[html5] r4330 - [e] (0) Change 'positive' to 'non-negative' in a few more cases. Fixing http://w [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Oct 25 01:37:36 PDT 2009


Author: ianh
Date: 2009-10-25 01:37:32 -0700 (Sun, 25 Oct 2009)
New Revision: 4330

Modified:
   complete.html
   index
   source
Log:
[e] (0) Change 'positive' to 'non-negative' in a few more cases.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8045

Modified: complete.html
===================================================================
--- complete.html	2009-10-25 07:31:36 UTC (rev 4329)
+++ complete.html	2009-10-25 08:37:32 UTC (rev 4330)
@@ -5510,7 +5510,7 @@
   the new content attribute value.</p>
 
   <p>If a reflecting IDL attribute is a signed integer type
-  (<code>long</code>) that is <dfn id=limited-to-only-positive-numbers>limited to only positive
+  (<code>long</code>) that is <dfn id=limited-to-only-non-negative-numbers>limited to only non-negative
   numbers</dfn> then, on getting, the content attribute must be parsed
   according to the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
   integers</a>, and if that is successful, and the value is in the
@@ -5538,20 +5538,21 @@
   new content attribute value.</p>
 
   <p>If a reflecting IDL attribute is an unsigned integer type
-  (<code>unsigned long</code>) that is <dfn id=limited-to-only-positive-non-zero-numbers>limited to only positive
-  non-zero numbers</dfn>, then the behavior is similar to the previous
-  case, but zero is not allowed. On getting, the content attribute
-  must first be parsed according to the <a href=#rules-for-parsing-non-negative-integers>rules for parsing
-  non-negative integers</a>, and if that is successful, and the
-  value is in the range of the IDL attribute's type, the resulting
-  value must be returned. If, on the other hand, it fails or returns
-  an out of range value, or if the attribute is absent, the default
-  value must be returned instead, or 1 if there is no default
-  value. On setting, if the value is zero, the user agent must fire an
-  <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. Otherwise, the given value
-  must be converted to the shortest possible string representing the
-  number as a <a href=#valid-non-negative-integer>valid non-negative integer</a> and then that
-  string must be used as the new content attribute value.</p>
+  (<code>unsigned long</code>) that is <dfn id=limited-to-only-non-negative-numbers-greater-than-zero>limited to only
+  non-negative numbers greater than zero</dfn>, then the behavior is
+  similar to the previous case, but zero is not allowed. On getting,
+  the content attribute must first be parsed according to the
+  <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>, and if that is
+  successful, and the value is in the range of the IDL attribute's
+  type, the resulting value must be returned. If, on the other hand,
+  it fails or returns an out of range value, or if the attribute is
+  absent, the default value must be returned instead, or 1 if there is
+  no default value. On setting, if the value is zero, the user agent
+  must fire an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. Otherwise, the
+  given value must be converted to the shortest possible string
+  representing the number as a <a href=#valid-non-negative-integer>valid non-negative integer</a>
+  and then that string must be used as the new content attribute
+  value.</p>
 
   <p>If a reflecting IDL attribute is a floating point number type
   (<code>float</code>), then, on getting, the content attribute must
@@ -29025,8 +29026,8 @@
 
   <p>The <dfn id=dom-colgroup-span title=dom-colgroup-span><code>span</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero
-  numbers</a>.</p>
+  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
+  numbers greater than zero</a>.</p>
 
   </div>
 
@@ -29067,8 +29068,8 @@
 
   <p>The <dfn id=dom-col-span title=dom-col-span><code>span</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero
-  numbers</a>.</p>
+  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
+  numbers greater than zero</a>.</p>
 
   </div>
 
@@ -29596,8 +29597,8 @@
 
   <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero
-  numbers</a>.</p>
+  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
+  numbers greater than zero</a>.</p>
 
   <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
@@ -32778,7 +32779,7 @@
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name. The <dfn id=dom-input-maxlength title=dom-input-maxLength><code>maxLength</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code> content attribute,
-  <a href=#limited-to-only-positive-numbers>limited to only positive numbers</a>. The <dfn id=dom-input-readonly title=dom-input-readOnly><code>readOnly</code></dfn> IDL attribute
+  <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>. The <dfn id=dom-input-readonly title=dom-input-readOnly><code>readOnly</code></dfn> IDL attribute
   must <a href=#reflect>reflect</a> the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> content attribute. The
   <dfn id=dom-input-defaultchecked title=dom-input-defaultChecked><code>defaultChecked</code></dfn>
   IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> content attribute. The
@@ -35831,7 +35832,8 @@
   ensure that at least that many characters are visible.</p>
 
   <p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> IDL attribute is
-  <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero numbers</a>.</p>
+  <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater than
+  zero</a>.</p>
 
   </div>
 
@@ -37049,8 +37051,8 @@
   <p>The <dfn id=dom-select-multiple title=dom-select-multiple><code>multiple</code></dfn>
   and <dfn id=dom-select-size title=dom-select-size><code>size</code></dfn> IDL
   attributes 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 <a href=#limited-to-only-positive-non-zero-numbers>limited to
-  only positive non-zero numbers</a>.</p>
+  attributes of the same name. The <code title=dom-select-size><a href=#dom-select-size>size</a></code> IDL attribute <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to
+  only non-negative numbers greater than zero</a>.</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>
@@ -37718,10 +37720,10 @@
   <p>The <dfn id=dom-textarea-cols title=dom-textarea-cols><code>cols</code></dfn>, <dfn id=dom-textarea-placeholder title=dom-textarea-placeholder><code>placeholder</code></dfn>,
   <dfn id=dom-textarea-required title=dom-textarea-required><code>required</code></dfn>, <dfn id=dom-textarea-rows title=dom-textarea-rows><code>rows</code></dfn>, and <dfn id=dom-textarea-wrap title=dom-textarea-wrap><code>wrap</code></dfn> attributes must
   <a href=#reflect>reflect</a> the respective content attributes of the same
-  name. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> and <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attributes are <a href=#limited-to-only-positive-non-zero-numbers>limited
-  to only positive non-zero numbers</a>. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
+  name. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> and <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attributes are <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited
+  to only non-negative numbers greater than zero</a>. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> content attribute,
-  <a href=#limited-to-only-positive-numbers>limited to only positive numbers</a>. The <dfn id=dom-textarea-readonly title=dom-textarea-readOnly><code>readOnly</code></dfn> IDL
+  <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>. The <dfn id=dom-textarea-readonly title=dom-textarea-readOnly><code>readOnly</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> content
   attribute.</p>
 

Modified: index
===================================================================
--- index	2009-10-25 07:31:36 UTC (rev 4329)
+++ index	2009-10-25 08:37:32 UTC (rev 4330)
@@ -5320,7 +5320,7 @@
   the new content attribute value.</p>
 
   <p>If a reflecting IDL attribute is a signed integer type
-  (<code>long</code>) that is <dfn id=limited-to-only-positive-numbers>limited to only positive
+  (<code>long</code>) that is <dfn id=limited-to-only-non-negative-numbers>limited to only non-negative
   numbers</dfn> then, on getting, the content attribute must be parsed
   according to the <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative
   integers</a>, and if that is successful, and the value is in the
@@ -5348,20 +5348,21 @@
   new content attribute value.</p>
 
   <p>If a reflecting IDL attribute is an unsigned integer type
-  (<code>unsigned long</code>) that is <dfn id=limited-to-only-positive-non-zero-numbers>limited to only positive
-  non-zero numbers</dfn>, then the behavior is similar to the previous
-  case, but zero is not allowed. On getting, the content attribute
-  must first be parsed according to the <a href=#rules-for-parsing-non-negative-integers>rules for parsing
-  non-negative integers</a>, and if that is successful, and the
-  value is in the range of the IDL attribute's type, the resulting
-  value must be returned. If, on the other hand, it fails or returns
-  an out of range value, or if the attribute is absent, the default
-  value must be returned instead, or 1 if there is no default
-  value. On setting, if the value is zero, the user agent must fire an
-  <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. Otherwise, the given value
-  must be converted to the shortest possible string representing the
-  number as a <a href=#valid-non-negative-integer>valid non-negative integer</a> and then that
-  string must be used as the new content attribute value.</p>
+  (<code>unsigned long</code>) that is <dfn id=limited-to-only-non-negative-numbers-greater-than-zero>limited to only
+  non-negative numbers greater than zero</dfn>, then the behavior is
+  similar to the previous case, but zero is not allowed. On getting,
+  the content attribute must first be parsed according to the
+  <a href=#rules-for-parsing-non-negative-integers>rules for parsing non-negative integers</a>, and if that is
+  successful, and the value is in the range of the IDL attribute's
+  type, the resulting value must be returned. If, on the other hand,
+  it fails or returns an out of range value, or if the attribute is
+  absent, the default value must be returned instead, or 1 if there is
+  no default value. On setting, if the value is zero, the user agent
+  must fire an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception. Otherwise, the
+  given value must be converted to the shortest possible string
+  representing the number as a <a href=#valid-non-negative-integer>valid non-negative integer</a>
+  and then that string must be used as the new content attribute
+  value.</p>
 
   <p>If a reflecting IDL attribute is a floating point number type
   (<code>float</code>), then, on getting, the content attribute must
@@ -28835,8 +28836,8 @@
 
   <p>The <dfn id=dom-colgroup-span title=dom-colgroup-span><code>span</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero
-  numbers</a>.</p>
+  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
+  numbers greater than zero</a>.</p>
 
   </div>
 
@@ -28877,8 +28878,8 @@
 
   <p>The <dfn id=dom-col-span title=dom-col-span><code>span</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero
-  numbers</a>.</p>
+  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
+  numbers greater than zero</a>.</p>
 
   </div>
 
@@ -29406,8 +29407,8 @@
 
   <p>The <dfn id=dom-tdth-colspan title=dom-tdth-colSpan><code>colSpan</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
-  same name. The value must be <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero
-  numbers</a>.</p>
+  same name. The value must be <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative
+  numbers greater than zero</a>.</p>
 
   <p>The <dfn id=dom-tdth-rowspan title=dom-tdth-rowSpan><code>rowSpan</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the content attribute of the
@@ -32588,7 +32589,7 @@
   <a href=#reflect>reflect</a> the respective content attributes of the same
   name. The <dfn id=dom-input-maxlength title=dom-input-maxLength><code>maxLength</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code> content attribute,
-  <a href=#limited-to-only-positive-numbers>limited to only positive numbers</a>. The <dfn id=dom-input-readonly title=dom-input-readOnly><code>readOnly</code></dfn> IDL attribute
+  <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>. The <dfn id=dom-input-readonly title=dom-input-readOnly><code>readOnly</code></dfn> IDL attribute
   must <a href=#reflect>reflect</a> the <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> content attribute. The
   <dfn id=dom-input-defaultchecked title=dom-input-defaultChecked><code>defaultChecked</code></dfn>
   IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code> content attribute. The
@@ -35641,7 +35642,8 @@
   ensure that at least that many characters are visible.</p>
 
   <p>The <code title=dom-input-size><a href=#dom-input-size>size</a></code> IDL attribute is
-  <a href=#limited-to-only-positive-non-zero-numbers>limited to only positive non-zero numbers</a>.</p>
+  <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to only non-negative numbers greater than
+  zero</a>.</p>
 
   </div>
 
@@ -36859,8 +36861,8 @@
   <p>The <dfn id=dom-select-multiple title=dom-select-multiple><code>multiple</code></dfn>
   and <dfn id=dom-select-size title=dom-select-size><code>size</code></dfn> IDL
   attributes 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 <a href=#limited-to-only-positive-non-zero-numbers>limited to
-  only positive non-zero numbers</a>.</p>
+  attributes of the same name. The <code title=dom-select-size><a href=#dom-select-size>size</a></code> IDL attribute <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited to
+  only non-negative numbers greater than zero</a>.</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>
@@ -37528,10 +37530,10 @@
   <p>The <dfn id=dom-textarea-cols title=dom-textarea-cols><code>cols</code></dfn>, <dfn id=dom-textarea-placeholder title=dom-textarea-placeholder><code>placeholder</code></dfn>,
   <dfn id=dom-textarea-required title=dom-textarea-required><code>required</code></dfn>, <dfn id=dom-textarea-rows title=dom-textarea-rows><code>rows</code></dfn>, and <dfn id=dom-textarea-wrap title=dom-textarea-wrap><code>wrap</code></dfn> attributes must
   <a href=#reflect>reflect</a> the respective content attributes of the same
-  name. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> and <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attributes are <a href=#limited-to-only-positive-non-zero-numbers>limited
-  to only positive non-zero numbers</a>. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
+  name. The <code title=dom-textarea-cols><a href=#dom-textarea-cols>cols</a></code> and <code title=dom-textarea-rows><a href=#dom-textarea-rows>rows</a></code> attributes are <a href=#limited-to-only-non-negative-numbers-greater-than-zero>limited
+  to only non-negative numbers greater than zero</a>. The <dfn id=dom-textarea-maxlength title=dom-textarea-maxLength><code>maxLength</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>maxlength</a></code> content attribute,
-  <a href=#limited-to-only-positive-numbers>limited to only positive numbers</a>. The <dfn id=dom-textarea-readonly title=dom-textarea-readOnly><code>readOnly</code></dfn> IDL
+  <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</a>. The <dfn id=dom-textarea-readonly title=dom-textarea-readOnly><code>readOnly</code></dfn> IDL
   attribute must <a href=#reflect>reflect</a> the <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> content
   attribute.</p>
 

Modified: source
===================================================================
--- source	2009-10-25 07:31:36 UTC (rev 4329)
+++ source	2009-10-25 08:37:32 UTC (rev 4330)
@@ -5027,7 +5027,7 @@
   the new content attribute value.</p>
 
   <p>If a reflecting IDL attribute is a signed integer type
-  (<code>long</code>) that is <dfn>limited to only positive
+  (<code>long</code>) that is <dfn>limited to only non-negative
   numbers</dfn> then, on getting, the content attribute must be parsed
   according to the <span>rules for parsing non-negative
   integers</span>, and if that is successful, and the value is in the
@@ -5055,20 +5055,21 @@
   new content attribute value.</p>
 
   <p>If a reflecting IDL attribute is an unsigned integer type
-  (<code>unsigned long</code>) that is <dfn>limited to only positive
-  non-zero numbers</dfn>, then the behavior is similar to the previous
-  case, but zero is not allowed. On getting, the content attribute
-  must first be parsed according to the <span>rules for parsing
-  non-negative integers</span>, and if that is successful, and the
-  value is in the range of the IDL attribute's type, the resulting
-  value must be returned. If, on the other hand, it fails or returns
-  an out of range value, or if the attribute is absent, the default
-  value must be returned instead, or 1 if there is no default
-  value. On setting, if the value is zero, the user agent must fire an
-  <code>INDEX_SIZE_ERR</code> exception. Otherwise, the given value
-  must be converted to the shortest possible string representing the
-  number as a <span>valid non-negative integer</span> and then that
-  string must be used as the new content attribute value.</p>
+  (<code>unsigned long</code>) that is <dfn>limited to only
+  non-negative numbers greater than zero</dfn>, then the behavior is
+  similar to the previous case, but zero is not allowed. On getting,
+  the content attribute must first be parsed according to the
+  <span>rules for parsing non-negative integers</span>, and if that is
+  successful, and the value is in the range of the IDL attribute's
+  type, the resulting value must be returned. If, on the other hand,
+  it fails or returns an out of range value, or if the attribute is
+  absent, the default value must be returned instead, or 1 if there is
+  no default value. On setting, if the value is zero, the user agent
+  must fire an <code>INDEX_SIZE_ERR</code> exception. Otherwise, the
+  given value must be converted to the shortest possible string
+  representing the number as a <span>valid non-negative integer</span>
+  and then that string must be used as the new content attribute
+  value.</p>
 
   <p>If a reflecting IDL attribute is a floating point number type
   (<code>float</code>), then, on getting, the content attribute must
@@ -31730,8 +31731,8 @@
 
   <p>The <dfn title="dom-colgroup-span"><code>span</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the
-  same name. The value must be <span>limited to only positive non-zero
-  numbers</span>.</p>
+  same name. The value must be <span>limited to only non-negative
+  numbers greater than zero</span>.</p>
 
   </div>
 
@@ -31779,8 +31780,8 @@
 
   <p>The <dfn title="dom-col-span"><code>span</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the
-  same name. The value must be <span>limited to only positive non-zero
-  numbers</span>.</p>
+  same name. The value must be <span>limited to only non-negative
+  numbers greater than zero</span>.</p>
 
   </div>
 
@@ -32408,8 +32409,8 @@
 
   <p>The <dfn title="dom-tdth-colSpan"><code>colSpan</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the
-  same name. The value must be <span>limited to only positive non-zero
-  numbers</span>.</p>
+  same name. The value must be <span>limited to only non-negative
+  numbers greater than zero</span>.</p>
 
   <p>The <dfn title="dom-tdth-rowSpan"><code>rowSpan</code></dfn> IDL
   attribute must <span>reflect</span> the content attribute of the
@@ -36193,7 +36194,7 @@
   title="dom-input-maxLength"><code>maxLength</code></dfn> IDL
   attribute must <span>reflect</span> the <code
   title="attr-input-maxlength">maxlength</code> content attribute,
-  <span>limited to only positive numbers</span>. The <dfn
+  <span>limited to only non-negative numbers</span>. The <dfn
   title="dom-input-readOnly"><code>readOnly</code></dfn> IDL attribute
   must <span>reflect</span> the <code
   title="attr-input-readonly">readonly</code> content attribute. The
@@ -39634,7 +39635,8 @@
   ensure that at least that many characters are visible.</p>
 
   <p>The <code title="dom-input-size">size</code> IDL attribute is
-  <span>limited to only positive non-zero numbers</span>.</p>
+  <span>limited to only non-negative numbers greater than
+  zero</span>.</p>
 
   </div>
 
@@ -41132,7 +41134,7 @@
   attributes must <span>reflect</span> the respective content
   attributes of the same name. The <code
   title="dom-select-size">size</code> IDL attribute <span>limited to
-  only positive non-zero numbers</span>.</p>
+  only non-negative numbers greater than zero</span>.</p>
 
   <p>The <code title="dom-cva-willValidate">willValidate</code>, <code
   title="dom-cva-validity">validity</code>, and <code
@@ -41925,11 +41927,11 @@
   <span>reflect</span> the respective content attributes of the same
   name. The <code title="dom-textarea-cols">cols</code> and <code
   title="dom-textarea-rows">rows</code> attributes are <span>limited
-  to only positive non-zero numbers</span>. The <dfn
+  to only non-negative numbers greater than zero</span>. The <dfn
   title="dom-textarea-maxLength"><code>maxLength</code></dfn> IDL
   attribute must <span>reflect</span> the <code
   title="attr-textarea-maxlength">maxlength</code> content attribute,
-  <span>limited to only positive numbers</span>. The <dfn
+  <span>limited to only non-negative numbers</span>. The <dfn
   title="dom-textarea-readOnly"><code>readOnly</code></dfn> IDL
   attribute must <span>reflect</span> the <code
   title="attr-textarea-readonly">readonly</code> content




More information about the Commit-Watchers mailing list