[html5] r6455 - [e] (0) Actually fix r6119 properly. Fixing http://www.w3.org/Bugs/Public/show_b [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 14 21:20:51 PDT 2011
Author: ianh
Date: 2011-08-14 21:20:49 -0700 (Sun, 14 Aug 2011)
New Revision: 6455
Modified:
complete.html
index
source
Log:
[e] (0) Actually fix r6119 properly.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12288
Modified: complete.html
===================================================================
--- complete.html 2011-08-15 04:16:21 UTC (rev 6454)
+++ complete.html 2011-08-15 04:20:49 UTC (rev 6455)
@@ -48978,11 +48978,11 @@
<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 is <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</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
+ attribute has a default value of 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> <!-- see bug 12288 for compat reasons why .size
- allows zero even though that value really makes no sense -->
+ allows zero (it's not limited to values greater than zero) even
+ though that value really makes no sense -->
<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 2011-08-15 04:16:21 UTC (rev 6454)
+++ index 2011-08-15 04:20:49 UTC (rev 6455)
@@ -48845,11 +48845,11 @@
<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 is <a href=#limited-to-only-non-negative-numbers>limited to only non-negative numbers</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
+ attribute has a default value of 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> <!-- see bug 12288 for compat reasons why .size
- allows zero even though that value really makes no sense -->
+ allows zero (it's not limited to values greater than zero) even
+ though that value really makes no sense -->
<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 2011-08-15 04:16:21 UTC (rev 6454)
+++ source 2011-08-15 04:20:49 UTC (rev 6455)
@@ -54851,12 +54851,12 @@
<dfn title="dom-select-size"><code>size</code></dfn> IDL attributes
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</span>, with
- the default value zero (which for historical reasons is different
- from the default value of the <code
+ attribute has a default value of 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> <!-- see bug 12288 for compat reasons why .size
- allows zero even though that value really makes no sense -->
+ allows zero (it's not limited to values greater than zero) even
+ though that value really makes no sense -->
<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