- From: poot <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 14:58:30 -0500
- To: public-html-diffs@w3.org
hixie: Update references (whatwg r6947) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5543&r2=1.5544&f=h http://html5.org/tools/web-apps-tracker?from=6946&to=6947 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5543 retrieving revision 1.5544 diff -u -d -r1.5543 -r1.5544 --- Overview.html 31 Jan 2012 19:53:51 -0000 1.5543 +++ Overview.html 31 Jan 2012 19:58:18 -0000 1.5544 @@ -3274,6 +3274,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> @@ -29063,7 +29068,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> @@ -29346,7 +29351,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> @@ -29357,9 +29362,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
Received on Tuesday, 31 January 2012 19:58:32 UTC