html5/spec Overview.html,1.4712,1.4713

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29036

Modified Files:
	Overview.html 
Log Message:
remind myslf to make toBlob async when we add it (future feature, not currently specified) (whatwg r5870)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4712
retrieving revision 1.4713
diff -u -d -r1.4712 -r1.4713
--- Overview.html	10 Feb 2011 22:43:11 -0000	1.4712
+++ Overview.html	10 Feb 2011 23:42:19 -0000	1.4713
@@ -25935,7 +25935,7 @@
 
   DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args);<!--
   v5:
-  <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</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);-->
 
   object <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId, in any... args);
 };</pre>
@@ -26135,7 +26135,7 @@
 
 <!--
   v5:
-  <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</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);
 -->
 
   <p>If the canvas has no pixels (i.e. either its horizontal dimension

Received on Thursday, 10 February 2011 23:42:26 UTC