[html5] r2199 - [] (0) WF2: Add placeholders for stepUp() and stepDown()
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 16 16:41:37 PDT 2008
Author: ianh
Date: 2008-09-16 16:41:37 -0700 (Tue, 16 Sep 2008)
New Revision: 2199
Modified:
index
source
Log:
[] (0) WF2: Add placeholders for stepUp() and stepDown()
Modified: index
===================================================================
--- index 2008-09-16 22:27:43 UTC (rev 2198)
+++ index 2008-09-16 23:41:37 UTC (rev 2199)
@@ -27132,8 +27132,8 @@
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>;
@@ -27474,6 +27474,12 @@
<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
Modified: source
===================================================================
--- source 2008-09-16 22:27:43 UTC (rev 2198)
+++ source 2008-09-16 23:41:37 UTC (rev 2199)
@@ -24529,6 +24529,8 @@
<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
More information about the Commit-Watchers
mailing list