- From: poot <cvsmail@w3.org>
- Date: Sat, 28 Aug 2010 08:19:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Clarify input.size behaviour. (whatwg r5380) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4293&r2=1.4294&f=h http://html5.org/tools/web-apps-tracker?from=5379&to=5380 =================================================================== 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:14:12 UTC