spec/Overview.html 1.1372 2199 WF2: Add placeholders for stepUp() and s

WF2: Add placeholders for stepUp() and stepDown() (whatwg r2199)

stepUp()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1372.html#stepup
stepDown()
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1372.html#stepdown
selectedOption
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1372.html#selectedoption
HTMLInputElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1372.html#htmlinputelement

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1371&r2=1.1372&f=h
http://html5.org/tools/web-apps-tracker?from=2198&to=2199

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1371
retrieving revision 1.1372
diff -u -d -r1.1371 -r1.1372
--- Overview.html 16 Sep 2008 22:27:47 -0000 1.1371
+++ Overview.html 16 Sep 2008 23:41:41 -0000 1.1372
@@ -27139,8 +27139,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>;
@@ -27481,6 +27481,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

Received on Tuesday, 16 September 2008 23:45:31 UTC