Skip to content

Commit

Permalink
[e] (0) oops, that should be max
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2396 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 12, 2008
1 parent 247bd26 commit baf3f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index
Expand Up @@ -25402,7 +25402,7 @@ function AddCloud(data, x, y) { ... }</pre>
number</a>. The <a href=#concept-input-min-default title=concept-input-min-default>default
minimum</a> is 0. The <code title=attr-input-max><a href=#attr-input-max>max</a></code>
attribute, if specified, must have a value that is a <a href=#valid-floating-point-number>valid
floating point number</a>. The <a href=#concept-input-min-default title=concept-input-min-default>default minimum</a> is 100.</p>
floating point number</a>. The <a href=#concept-input-max-default title=concept-input-max-default>default maximum</a> is 100.</p>

<p>The <dfn id=concept-input-value-default-range title=concept-input-value-default-range>default
value</dfn> is the <a href=#concept-input-min title=concept-input-min>minimum</a>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -28394,7 +28394,7 @@ function AddCloud(data, x, y) { ... }</pre>
minimum</span> is 0. The <code title="attr-input-max">max</code>
attribute, if specified, must have a value that is a <span>valid
floating point number</span>. The <span
title="concept-input-min-default">default minimum</span> is 100.</p>
title="concept-input-max-default">default maximum</span> is 100.</p>

<p>The <dfn title="concept-input-value-default-range">default
value</dfn> is the <span title="concept-input-min">minimum</span>
Expand Down

0 comments on commit baf3f2d

Please sign in to comment.