Skip to content

Commit

Permalink
[e] (0) update styles for w3c; fix xref errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2891 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 21, 2009
1 parent 303074f commit f352cdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -30435,11 +30435,11 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<div class=impl>

<p>When the element is <span>suffering from a range
underflow</span>, the user agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
<p>When the element is <a href=#suffering-from-an-underflow>suffering from an
underflow</a>, the user agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
number</a> that represents the <a href=#concept-input-min title=concept-input-min>minimum</a>.</p>

<p>When the element is <span>suffering from a range overflow</span>,
<p>When the element is <a href=#suffering-from-an-overflow>suffering from an overflow</a>,
if the <a href=#concept-input-max title=concept-input-max>maximum</a> is not less
than the <a href=#concept-input-min title=concept-input-min>minimum</a>, the user
agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -33948,13 +33948,13 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<div class="impl">

<p>When the element is <span>suffering from a range
<p>When the element is <span>suffering from an
underflow</span>, the user agent must set the element's <span
title="concept-fe-value">value</span> to a <span>valid floating point
number</span> that represents the <span
title="concept-input-min">minimum</span>.</p>

<p>When the element is <span>suffering from a range overflow</span>,
<p>When the element is <span>suffering from an overflow</span>,
if the <span title="concept-input-max">maximum</span> is not less
than the <span title="concept-input-min">minimum</span>, the user
agent must set the element's <span
Expand Down

0 comments on commit f352cdd

Please sign in to comment.