- From: poot <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 05:53:08 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: missed a non-impl bit (whatwg r3921) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3082&r2=1.3083&f=h http://html5.org/tools/web-apps-tracker?from=3920&to=3921 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3082 retrieving revision 1.3083 diff -u -d -r1.3082 -r1.3083 --- Overview.html 20 Sep 2009 11:39:02 -0000 1.3082 +++ Overview.html 20 Sep 2009 20:52:33 -0000 1.3083 @@ -31338,10 +31338,10 @@ obtained from that algorithm is more than the <a href="#attr-input-max" title="attr-input-max">maximum</a>, the element is <a href="#suffering-from-an-overflow">suffering from an overflow</a>.</p> - <p>The <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attribute's value + </div><p>The <code title="attr-input-max"><a href="#attr-input-max">max</a></code> attribute's value (the <a href="#concept-input-max" title="concept-input-max">maximum</a>) must not be less than the <code title="attr-input-min"><a href="#attr-input-min">min</a></code> attribute's - value (its <a href="#concept-input-min" title="concept-input-min">minimum</a>).</p> + value (its <a href="#concept-input-min" title="concept-input-min">minimum</a>).<div class="impl"> <p class="note">If an element has a <a href="#attr-input-max" title="attr-input-max">maximum</a> that is less than its <a href="#attr-input-min" title="attr-input-min">minimum</a>, then so long as the element has a <a href="#concept-fe-value" title="concept-fe-value">value</a>, it will either be
Received on Sunday, 20 September 2009 20:53:44 UTC