- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Sep 2008 23:41:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32278
Modified Files:
Overview.html
Log Message:
WF2: Add placeholders for stepUp() and stepDown() (whatwg r2199)
Index: Overview.html
===================================================================
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:42:18 UTC