[html5] r3921 - [e] (0) missed a non-impl bit

whatwg at whatwg.org whatwg at whatwg.org
Sun Sep 20 13:59:09 PDT 2009


Author: ianh
Date: 2009-09-20 13:59:08 -0700 (Sun, 20 Sep 2009)
New Revision: 3921

Modified:
   index
   source
Log:
[e] (0) missed a non-impl bit

Modified: index
===================================================================
--- index	2009-09-20 11:45:34 UTC (rev 3920)
+++ index	2009-09-20 20:59:08 UTC (rev 3921)
@@ -35252,11 +35252,15 @@
   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>
 
+  </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>
 
+  <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
   <a href=#suffering-from-an-underflow>suffering from an underflow</a> or <a href=#suffering-from-an-overflow>suffering from an

Modified: source
===================================================================
--- source	2009-09-20 11:45:34 UTC (rev 3920)
+++ source	2009-09-20 20:59:08 UTC (rev 3921)
@@ -39220,11 +39220,15 @@
   title="attr-input-max">maximum</span>, the element is
   <span>suffering from an overflow</span>.</p>
 
+  </div>
+
   <p>The <code title="attr-input-max">max</code> attribute's value
   (the <span title="concept-input-max">maximum</span>) must not be
   less than the <code title="attr-input-min">min</code> attribute's
   value (its <span title="concept-input-min">minimum</span>).</p>
 
+  <div class="impl">
+
   <p class="note">If an element has a <span
   title="attr-input-max">maximum</span> that is less than its <span
   title="attr-input-min">minimum</span>, then so long as the element




More information about the Commit-Watchers mailing list