- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 23:13:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv4488 Modified Files: Overview.html Log Message: Clarify input.size behaviour. (whatwg r5380) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4293 retrieving revision 1.4294 diff -u -d -r1.4293 -r1.4294 --- Overview.html 27 Aug 2010 23:04:38 -0000 1.4293 +++ Overview.html 27 Aug 2010 23:13:17 -0000 1.4294 @@ -32557,7 +32557,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>
Received on Friday, 27 August 2010 23:13:26 UTC