html5/spec Overview.html,1.1567,1.1568

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

Modified Files:
	Overview.html 
Log Message:
oops, that should be max (whatwg r2396)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1567
retrieving revision 1.1568
diff -u -d -r1.1567 -r1.1568
--- Overview.html	12 Nov 2008 00:56:35 -0000	1.1567
+++ Overview.html	12 Nov 2008 00:59:53 -0000	1.1568
@@ -20695,7 +20695,7 @@
   number</a>. The <a href=#concept-input-min-default title=concept-input-min-default>default
   minimum</a> is 0. The <code title=attr-input-max><a href=#attr-input-max>max</a></code>
   attribute, if specified, must have a value that is a <a href=#valid-floating-point-number>valid
-  floating point number</a>. The <a href=#concept-input-min-default title=concept-input-min-default>default minimum</a> is 100.<p>The <dfn id=concept-input-value-default-range title=concept-input-value-default-range>default
+  floating point number</a>. The <a href=#concept-input-max-default title=concept-input-max-default>default maximum</a> is 100.<p>The <dfn id=concept-input-value-default-range title=concept-input-value-default-range>default
   value</dfn> is the <a href=#concept-input-min title=concept-input-min>minimum</a>
   plus half the difference between the <a href=#concept-input-min title=concept-input-min>minimum</a> and the <a href=#concept-input-max title=concept-input-max>maximum</a>, unless the <a href=#concept-input-max title=concept-input-max>maximum</a> is less than the <a href=#concept-input-min title=concept-input-min>minimum</a>, in which case the <a href=#concept-input-value-default-range title=concept-input-value-default-range>default value</a> is
   the <a href=#concept-input-min title=concept-input-min>minimum</a>.<p>When the element is <span>suffering from a range

Received on Wednesday, 12 November 2008 01:00:06 UTC