html5/spec Overview.html,1.5155,1.5156

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13153

Modified Files:
	Overview.html 
Log Message:
Actually fix r6119 properly. (whatwg r6455)

Index: Overview.html
===================================================================
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:21 UTC