- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 May 2011 19:17:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2810 Modified Files: Overview.html Log Message: select.size has odd legacy behaviour required for compat (whatwg r6119) Index: Overview.html =================================================================== 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:17:51 UTC