- From: poot <cvsmail@w3.org>
- Date: Sat, 07 May 2011 15:20:49 -0400
- To: public-html-diffs@w3.org
hixie: select.size has odd legacy behaviour required for compat (whatwg r6119) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4920&r2=1.4921&f=h http://html5.org/tools/web-apps-tracker?from=6118&to=6119 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4920 retrieving revision 1.4921 diff -u -d -r1.4920 -r1.4921 --- Overview.html 7 May 2011 19:07:25 -0000 1.4920 +++ Overview.html 7 May 2011 19:17:45 -0000 1.4921 @@ -36449,11 +36449,10 @@ <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-greater-than-zero">limited to only non-negative numbers greater than - zero</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 - reflects).</p> - + 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 + 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> methods, are part of the <a href="#the-constraint-validation-api">constraint validation API</a>. The
Received on Saturday, 7 May 2011 19:20:51 UTC