hixie: Actually fix r6119 properly. (whatwg r6455)

hixie: Actually fix r6119 properly. (whatwg r6455)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5155&r2=1.5156&f=h
http://html5.org/tools/web-apps-tracker?from=6454&to=6455

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5155
retrieving revision 1.5156
diff -u -d -r1.5155 -r1.5156
--- Overview.html 15 Aug 2011 04:16:49 -0000 1.5155
+++ Overview.html 15 Aug 2011 04:21:16 -0000 1.5156
@@ -36987,9 +36987,8 @@
   <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> 
   <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>

Received on Monday, 15 August 2011 04:21:36 UTC