[html5] r5869 - [e] (0) note canvas.toBlob() as a future feature
whatwg at whatwg.org
whatwg at whatwg.org
Thu Feb 10 14:42:37 PST 2011
Author: ianh
Date: 2011-02-10 14:42:35 -0800 (Thu, 10 Feb 2011)
New Revision: 5869
Modified:
complete.html
index
source
Log:
[e] (0) note canvas.toBlob() as a future feature
Modified: complete.html
===================================================================
--- complete.html 2011-02-10 21:28:24 UTC (rev 5868)
+++ complete.html 2011-02-10 22:42:35 UTC (rev 5869)
@@ -31597,7 +31597,9 @@
attribute unsigned long <a href=#dom-canvas-width title=dom-canvas-width>width</a>;
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);
+ 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);-->
object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId, in any... args);
};</pre>
@@ -31817,6 +31819,8 @@
</dd>
+ <!-- v5: toBlob -->
+
</dl><div class=impl>
<p>The <dfn id=dom-canvas-todataurl title=dom-canvas-toDataURL><code>toDataURL()</code></dfn> method
@@ -31824,6 +31828,11 @@
protocol"><code title="">data:</code> URL</a> containing a
representation of the image as a PNG file. <a href=#refsPNG>[PNG]</a> <a href=#refsRFC2397>[RFC2397]</a></p>
+<!--
+ v5:
+ <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);
+-->
+
<p>If the canvas has no pixels (i.e. either its horizontal dimension
or its vertical dimension is zero) then the method must return the
string "<code title="">data:,</code>". (This is the shortest <a href=#data-protocol title="data protocol"><code title="">data:</code> URL</a>; it
Modified: index
===================================================================
--- index 2011-02-10 21:28:24 UTC (rev 5868)
+++ index 2011-02-10 22:42:35 UTC (rev 5869)
@@ -31580,7 +31580,9 @@
attribute unsigned long <a href=#dom-canvas-width title=dom-canvas-width>width</a>;
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);
+ 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);-->
object <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(in DOMString contextId, in any... args);
};</pre>
@@ -31800,6 +31802,8 @@
</dd>
+ <!-- v5: toBlob -->
+
</dl><div class=impl>
<p>The <dfn id=dom-canvas-todataurl title=dom-canvas-toDataURL><code>toDataURL()</code></dfn> method
@@ -31807,6 +31811,11 @@
protocol"><code title="">data:</code> URL</a> containing a
representation of the image as a PNG file. <a href=#refsPNG>[PNG]</a> <a href=#refsRFC2397>[RFC2397]</a></p>
+<!--
+ v5:
+ <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);
+-->
+
<p>If the canvas has no pixels (i.e. either its horizontal dimension
or its vertical dimension is zero) then the method must return the
string "<code title="">data:,</code>". (This is the shortest <a href=#data-protocol title="data protocol"><code title="">data:</code> URL</a>; it
Modified: source
===================================================================
--- source 2011-02-10 21:28:24 UTC (rev 5868)
+++ source 2011-02-10 22:42:35 UTC (rev 5869)
@@ -34632,7 +34632,9 @@
attribute unsigned long <span title="dom-canvas-width">width</span>;
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);
+ DOMString <span title="dom-canvas-toDataURL">toDataURL</span>(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);-->
object <span title="dom-canvas-getContext">getContext</span>(in DOMString contextId, in any... args);
};</pre>
@@ -34897,6 +34899,8 @@
</dd>
+ <!-- v5: toBlob -->
+
</dl>
<div class="impl">
@@ -34908,6 +34912,11 @@
representation of the image as a PNG file. <a
href="#refsPNG">[PNG]</a> <a href="#refsRFC2397">[RFC2397]</a></p>
+<!--
+ v5:
+ <span>Blob</span> <span title="dom-canvas-toBlob">toBlob</span>(in optional DOMString type, in any... args);
+-->
+
<p>If the canvas has no pixels (i.e. either its horizontal dimension
or its vertical dimension is zero) then the method must return the
string "<code title="">data:,</code>". (This is the shortest <span
More information about the Commit-Watchers
mailing list