Skip to content

Commit

Permalink
[] (0) WF2: Add placeholders for stepUp() and stepDown()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2199 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 16, 2008
1 parent ab4831a commit 77358a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions index
Expand Up @@ -27132,8 +27132,8 @@ function AddCloud(data, x, y) { ... }</pre>

readonly attribute <span>NodeList</span> <a href="#labels" title=dom-lfe-labels>labels</a>;

void <span title=dom-input-stepUp>stepUp</span>(in int n);
void <span title=dom-input-stepDown>stepDown</span>(in int n);
void <a href="#stepup" title=dom-input-stepUp>stepUp</a>(in int n);
void <a href="#stepdown" title=dom-input-stepDown>stepDown</a>(in int n);

readonly attribute boolean <a href="#willvalidate" title=dom-cva-willValidate>willValidate</a>;
readonly attribute <span>ValidityState</span> <a href="#validity" title=dom-cva-validity>validity</a>;
Expand Down Expand Up @@ -27474,6 +27474,12 @@ function AddCloud(data, x, y) { ... }</pre>
<p class=big-issue>... <dfn id=selectedoption
title=dom-input-selectedOption><code>selectedOption</code></dfn>

<p class=big-issue>... <dfn id=stepup
title=dom-input-stepUp><code>stepUp()</code></dfn>

<p class=big-issue>... <dfn id=stepdown
title=dom-input-stepDown><code>stepDown()</code></dfn>

<p>The <code title=dom-cva-willValidate><a
href="#willvalidate">willValidate</a></code>, <code
title=dom-cva-validity><a href="#validity">validity</a></code>, and <code
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -24529,6 +24529,8 @@ function AddCloud(data, x, y) { ... }</pre>
<p class="big-issue">... <dfn title="dom-input-valueAsNumber"><code>valueAsNumber</code></dfn></p>
<p class="big-issue">... <dfn title="dom-input-list"><code>list</code></dfn></p>
<p class="big-issue">... <dfn title="dom-input-selectedOption"><code>selectedOption</code></dfn></p>
<p class="big-issue">... <dfn title="dom-input-stepUp"><code>stepUp()</code></dfn></p>
<p class="big-issue">... <dfn title="dom-input-stepDown"><code>stepDown()</code></dfn></p>

<p>The <code title="dom-cva-willValidate">willValidate</code>,
<code title="dom-cva-validity">validity</code>, and <code
Expand Down

0 comments on commit 77358a3

Please sign in to comment.