- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Nov 2008 10:02:45 +0900 (JST)
- To: public-html-diffs@w3.org
oops, that should be max (whatwg r2396) 4.10.4.1.13 Range state http://people.w3.org/mike/diffs/html5/spec/Overview.1.1568.html#range-state default value http://people.w3.org/mike/diffs/html5/spec/Overview.1.1568.html#concept-input-value-default-range http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1567&r2=1.1568&f=h http://html5.org/tools/web-apps-tracker?from=2395&to=2396 =================================================================== 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:03:25 UTC