html5/spec Overview.html,1.4385,1.4386

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28971

Modified Files:
	Overview.html 
Log Message:
select.size should never return 0 (also affects other attributes) (whatwg r5495)

Index: Overview.html
===================================================================
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:56:22 UTC