html5/spec Overview.html,1.3082,1.3083

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

Modified Files:
	Overview.html 
Log Message:
missed a non-impl bit (whatwg r3921)

Index: Overview.html
===================================================================
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:52:54 UTC