[html5] r6947 - [e] (0) Update references Affected topics: Canvas, DOM APIs
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 31 11:58:14 PST 2012
Author: ianh
Date: 2012-01-31 11:58:13 -0800 (Tue, 31 Jan 2012)
New Revision: 6947
Modified:
complete.html
index
source
Log:
[e] (0) Update references
Affected topics: Canvas, DOM APIs
Modified: complete.html
===================================================================
--- complete.html 2012-01-31 19:53:46 UTC (rev 6946)
+++ complete.html 2012-01-31 19:58:13 UTC (rev 6947)
@@ -3917,6 +3917,11 @@
<li><dfn id=file><code>File</code></dfn></li>
<li><dfn id=filelist><code>FileList</code></dfn></li>
+ </ul><p>It also uses the following interface defined in the File System
+ API specification: <a href=#refsFILESYSTEMAPI>[FILESYSTEMAPI]</a></p>
+
+ <ul class=brief><li><dfn id=filecallback><code>FileCallback</code></dfn></li>
+
</ul></dd>
<dt>Web IDL</dt>
@@ -34253,7 +34258,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>(optional DOMString type, any... args);
- void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(<span>FileCallback</span>? callback, optional DOMString type, any... args);
+ void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(<a href=#filecallback>FileCallback</a>? callback, optional DOMString type, any... args);
object? <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(DOMString contextId, any... args);
};</pre>
@@ -34566,7 +34571,7 @@
<p>Otherwise, let <var title="">result</var> be a
<code><a href=#blob>Blob</a></code> object representing <a href=#a-serialization-of-the-image-as-a-file>a serialization of the
- image as a file</a>, using <var title="">arguments</var>.</p>
+ image as a file</a>, using <var title="">arguments</var>. <a href=#refsFILEAPI>[FILEAPI]</a> </p>
</li>
@@ -34577,9 +34582,9 @@
steps.</li>
<li><p><a href=#queue-a-task>Queue a task</a> to invoke the
- <code>FileCallback</code> <var title="">callback</var> with <var title="">result</var> as its argument. The <a href=#task-source>task source</a>
+ <code><a href=#filecallback>FileCallback</a></code> <var title="">callback</var> with <var title="">result</var> as its argument. The <a href=#task-source>task source</a>
for this task is the <dfn id=canvas-blob-serialization-task-source>canvas blob serialization task
- source</dfn>. <a href=#refsFILESYSTEMAPI>[FILESYSTEMAPI]</a> <a href=#refsFILEAPI>[FILEAPI]</a> </li>
+ source</dfn>. <a href=#refsFILESYSTEMAPI>[FILESYSTEMAPI]</a></li>
</ol><p>When a user agent is to create <dfn id=a-serialization-of-the-image-as-a-file>a serialization of the image
as a file</dfn>, optionally with some given <var title="">arguments</var>, it must create an image file in the format
Modified: index
===================================================================
--- index 2012-01-31 19:53:46 UTC (rev 6946)
+++ index 2012-01-31 19:58:13 UTC (rev 6947)
@@ -3917,6 +3917,11 @@
<li><dfn id=file><code>File</code></dfn></li>
<li><dfn id=filelist><code>FileList</code></dfn></li>
+ </ul><p>It also uses the following interface defined in the File System
+ API specification: <a href=#refsFILESYSTEMAPI>[FILESYSTEMAPI]</a></p>
+
+ <ul class=brief><li><dfn id=filecallback><code>FileCallback</code></dfn></li>
+
</ul></dd>
<dt>Web IDL</dt>
@@ -34253,7 +34258,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>(optional DOMString type, any... args);
- void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(<span>FileCallback</span>? callback, optional DOMString type, any... args);
+ void <a href=#dom-canvas-toblob title=dom-canvas-toBlob>toBlob</a>(<a href=#filecallback>FileCallback</a>? callback, optional DOMString type, any... args);
object? <a href=#dom-canvas-getcontext title=dom-canvas-getContext>getContext</a>(DOMString contextId, any... args);
};</pre>
@@ -34566,7 +34571,7 @@
<p>Otherwise, let <var title="">result</var> be a
<code><a href=#blob>Blob</a></code> object representing <a href=#a-serialization-of-the-image-as-a-file>a serialization of the
- image as a file</a>, using <var title="">arguments</var>.</p>
+ image as a file</a>, using <var title="">arguments</var>. <a href=#refsFILEAPI>[FILEAPI]</a> </p>
</li>
@@ -34577,9 +34582,9 @@
steps.</li>
<li><p><a href=#queue-a-task>Queue a task</a> to invoke the
- <code>FileCallback</code> <var title="">callback</var> with <var title="">result</var> as its argument. The <a href=#task-source>task source</a>
+ <code><a href=#filecallback>FileCallback</a></code> <var title="">callback</var> with <var title="">result</var> as its argument. The <a href=#task-source>task source</a>
for this task is the <dfn id=canvas-blob-serialization-task-source>canvas blob serialization task
- source</dfn>. <a href=#refsFILESYSTEMAPI>[FILESYSTEMAPI]</a> <a href=#refsFILEAPI>[FILEAPI]</a> </li>
+ source</dfn>. <a href=#refsFILESYSTEMAPI>[FILESYSTEMAPI]</a></li>
</ol><p>When a user agent is to create <dfn id=a-serialization-of-the-image-as-a-file>a serialization of the image
as a file</dfn>, optionally with some given <var title="">arguments</var>, it must create an image file in the format
Modified: source
===================================================================
--- source 2012-01-31 19:53:46 UTC (rev 6946)
+++ source 2012-01-31 19:58:13 UTC (rev 6947)
@@ -2879,6 +2879,16 @@
</ul>
+ <p>It also uses the following interface defined in the File System
+ API specification: <a
+ href="#refsFILESYSTEMAPI">[FILESYSTEMAPI]</a></p>
+
+ <ul class="brief">
+
+ <li><dfn><code>FileCallback</code></dfn></li>
+
+ </ul>
+
</dd>
<dt>Web IDL</dt>
@@ -40208,7 +40218,8 @@
<p>Otherwise, let <var title="">result</var> be a
<code>Blob</code> object representing <span>a serialization of the
- image as a file</span>, using <var title="">arguments</var>.</p>
+ image as a file</span>, using <var title="">arguments</var>. <a
+ href="#refsFILEAPI">[FILEAPI]</a> </p>
</li>
@@ -40222,8 +40233,8 @@
<code>FileCallback</code> <var title="">callback</var> with <var
title="">result</var> as its argument. The <span>task source</span>
for this task is the <dfn>canvas blob serialization task
- source</dfn>. <a href="#refsFILESYSTEMAPI">[FILESYSTEMAPI]</a> <a
- href="#refsFILEAPI">[FILEAPI]</a> </p></li>
+ source</dfn>. <a
+ href="#refsFILESYSTEMAPI">[FILESYSTEMAPI]</a></p></li>
</ol>
More information about the Commit-Watchers
mailing list