Skip to content

Commit

Permalink
[e] (0) missed a non-impl bit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3921 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 20, 2009
1 parent 72947a6 commit ff8219e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index
Expand Up @@ -35252,11 +35252,15 @@ You cannot complete this form until the field is correct.</samp></pre>
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
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -39220,11 +39220,15 @@ You cannot complete this form until the field is correct.</samp></pre>
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
Expand Down

0 comments on commit ff8219e

Please sign in to comment.