- From: poot <cvsmail@w3.org>
- Date: Thu, 20 Jan 2011 18:46:48 -0500
- To: public-html-diffs@w3.org
hixie: change select.size once more, to match browsers (whatwg r5793) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4654&r2=1.4655&f=h http://html5.org/tools/web-apps-tracker?from=5792&to=5793 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4654 retrieving revision 1.4655 diff -u -d -r1.4654 -r1.4655 --- Overview.html 20 Jan 2011 20:55:00 -0000 1.4654 +++ Overview.html 20 Jan 2011 23:45:27 -0000 1.4655 @@ -35593,7 +35593,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>, and has no default value (unlike the <code title="attr-select-size"><a href="#attr-select-size">size</a></code> content attribute that it + 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> <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>
Received on Thursday, 20 January 2011 23:46:50 UTC