- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 03:56:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: select.size should never return 0 (also affects other attributes) (whatwg r5495) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4385&r2=1.4386&f=h http://html5.org/tools/web-apps-tracker?from=5494&to=5495 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4385 retrieving revision 1.4386 diff -u -d -r1.4385 -r1.4386 --- Overview.html 25 Sep 2010 18:53:00 -0000 1.4385 +++ Overview.html 25 Sep 2010 18:56:17 -0000 1.4386 @@ -5829,7 +5829,7 @@ similar to the previous case, but zero is not allowed. On getting, the content attribute must first be parsed according to the <a href="#rules-for-parsing-non-negative-integers">rules for parsing non-negative integers</a>, and if that is - successful, and the value is in the range 0 to 2147483647 inclusive, + successful, and the value is in the range 1 to 2147483647 inclusive, the resulting value must be returned. If, on the other hand, it fails or returns an out of range value, or if the attribute is absent, the default value must be returned instead, or 1 if there is
Received on Saturday, 25 September 2010 18:57:24 UTC