[html5] r7778 - [e] (0) Move prose into WebIDL Fixing https://www.w3.org/Bugs/Public/show_bug.cg [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 28 15:03:58 PDT 2013


Author: ianh
Date: 2013-03-28 15:03:56 -0700 (Thu, 28 Mar 2013)
New Revision: 7778

Modified:
   complete.html
   index
   source
Log:
[e] (0) Move prose into WebIDL
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21415
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2013-03-27 23:39:45 UTC (rev 7777)
+++ complete.html	2013-03-28 22:03:56 UTC (rev 7778)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 27 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 28 March 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -44424,8 +44424,8 @@
            attribute unrestricted double <a href=#dom-input-valueasnumber title=dom-input-valueAsNumber>valueAsNumber</a>;
            attribute unsigned long <a href=#dom-input-width title=dom-input-width>width</a>;
 
-  void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(optional long n);
-  void <a href=#dom-input-stepdown title=dom-input-stepDown>stepDown</a>(optional long n);
+  void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(optional long n = 1);
+  void <a href=#dom-input-stepdown title=dom-input-stepDown>stepDown</a>(optional long n = 1);
 
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
@@ -49679,7 +49679,7 @@
 
     <p>Otherwise (<var title="">value</var> subtracted from the <a href=#concept-input-min-zero title=concept-input-min-zero>step base</a> is an integral multiple of the <a href=#concept-input-step title=concept-input-step>allowed value step</a>), run the following substeps:</p>
 
-    <ol><li><p>Let <var title="">n</var> be the argument, or 1 if the argument was omitted.</li>
+    <ol><li><p>Let <var title="">n</var> be the argument.</li>
 
      <li><p>Let <var title="">delta</var> be the <a href=#concept-input-step title=concept-input-step>allowed value
      step</a> multiplied by <var title="">n</var>.</li>

Modified: index
===================================================================
--- index	2013-03-27 23:39:45 UTC (rev 7777)
+++ index	2013-03-28 22:03:56 UTC (rev 7778)
@@ -248,7 +248,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 27 March 2013</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 28 March 2013</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -44424,8 +44424,8 @@
            attribute unrestricted double <a href=#dom-input-valueasnumber title=dom-input-valueAsNumber>valueAsNumber</a>;
            attribute unsigned long <a href=#dom-input-width title=dom-input-width>width</a>;
 
-  void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(optional long n);
-  void <a href=#dom-input-stepdown title=dom-input-stepDown>stepDown</a>(optional long n);
+  void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(optional long n = 1);
+  void <a href=#dom-input-stepdown title=dom-input-stepDown>stepDown</a>(optional long n = 1);
 
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
@@ -49679,7 +49679,7 @@
 
     <p>Otherwise (<var title="">value</var> subtracted from the <a href=#concept-input-min-zero title=concept-input-min-zero>step base</a> is an integral multiple of the <a href=#concept-input-step title=concept-input-step>allowed value step</a>), run the following substeps:</p>
 
-    <ol><li><p>Let <var title="">n</var> be the argument, or 1 if the argument was omitted.</li>
+    <ol><li><p>Let <var title="">n</var> be the argument.</li>
 
      <li><p>Let <var title="">delta</var> be the <a href=#concept-input-step title=concept-input-step>allowed value
      step</a> multiplied by <var title="">n</var>.</li>

Modified: source
===================================================================
--- source	2013-03-27 23:39:45 UTC (rev 7777)
+++ source	2013-03-28 22:03:56 UTC (rev 7778)
@@ -53434,8 +53434,8 @@
            attribute unrestricted double <span title="dom-input-valueAsNumber">valueAsNumber</span>;
            attribute unsigned long <span title="dom-input-width">width</span>;
 
-  void <span title="dom-input-stepUp">stepUp</span>(optional long n);
-  void <span title="dom-input-stepDown">stepDown</span>(optional long n);
+  void <span title="dom-input-stepUp">stepUp</span>(optional long n = 1);
+  void <span title="dom-input-stepDown">stepDown</span>(optional long n = 1);
 
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
@@ -59270,7 +59270,7 @@
 
     <ol>
 
-     <li><p>Let <var title="">n</var> be the argument, or 1 if the argument was omitted.</p></li>
+     <li><p>Let <var title="">n</var> be the argument.</p></li>
 
      <li><p>Let <var title="">delta</var> be the <span title="concept-input-step">allowed value
      step</span> multiplied by <var title="">n</var>.</p></li>




More information about the Commit-Watchers mailing list