[html5] r6150 - [e] (0) fix another idl typo

whatwg at whatwg.org whatwg at whatwg.org
Tue May 24 16:50:05 PDT 2011


Author: ianh
Date: 2011-05-24 16:50:04 -0700 (Tue, 24 May 2011)
New Revision: 6150

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix another idl typo

Modified: complete.html
===================================================================
--- complete.html	2011-05-24 23:38:01 UTC (rev 6149)
+++ complete.html	2011-05-24 23:50:04 UTC (rev 6150)
@@ -34054,7 +34054,7 @@
            attribute unsigned long <a href=#dom-canvas-height title=dom-canvas-height>height</a>;
 
   DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>(in optional DOMString type, in any... args);
-  void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
+  void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(in <span>FileCallback</span> callback, in optional DOMString type, in any... args);
 
   object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId, in any... args);
 };</pre>

Modified: index
===================================================================
--- index	2011-05-24 23:38:01 UTC (rev 6149)
+++ index	2011-05-24 23:50:04 UTC (rev 6150)
@@ -243,7 +243,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 23 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 24 May 2011</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>
@@ -34074,7 +34074,7 @@
            attribute unsigned long <a href=#dom-canvas-height title=dom-canvas-height>height</a>;
 
   DOMString <a href=#dom-canvas-todataurl title=dom-canvas-toDataURL>toDataURL</a>(in optional DOMString type, in any... args);
-  void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
+  void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(in <span>FileCallback</span> callback, in optional DOMString type, in any... args);
 
   object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId, in any... args);
 };</pre>

Modified: source
===================================================================
--- source	2011-05-24 23:38:01 UTC (rev 6149)
+++ source	2011-05-24 23:50:04 UTC (rev 6150)
@@ -37607,7 +37607,7 @@
            attribute unsigned long <span title="dom-canvas-height">height</span>;
 
   DOMString <span title="dom-canvas-toDataURL">toDataURL</span>(in optional DOMString type, in any... args);
-  void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span>, in optional DOMString type, in any... args);
+  void <span title="dom-canvas-toBlob">toBlob</span>(in <span>FileCallback</span> callback, in optional DOMString type, in any... args);
 
   object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId, in any... args);
 };</pre>




More information about the Commit-Watchers mailing list