[html5] r4342 - [e] (0) Sync with latest FileAPI spec.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 27 00:37:29 PDT 2009
Author: ianh
Date: 2009-10-27 00:37:25 -0700 (Tue, 27 Oct 2009)
New Revision: 4342
Modified:
complete.html
index
source
Log:
[e] (0) Sync with latest FileAPI spec.
Modified: complete.html
===================================================================
--- complete.html 2009-10-27 07:12:13 UTC (rev 4341)
+++ complete.html 2009-10-27 07:37:25 UTC (rev 4342)
@@ -6512,9 +6512,9 @@
<dd><p>Return a newly constructed <code>File</code> object corresponding to the same underlying data.</dd>
- <dt>If <var title="">input</var> is a <code>FileData</code> object</dt>
+ <dt>If <var title="">input</var> is a <code>Blob</code> object</dt>
- <dd><p>Return a newly constructed <code>FileData</code> object corresponding to the same underlying data.</dd>
+ <dd><p>Return a newly constructed <code>Blob</code> object corresponding to the same underlying data.</dd>
<dt>If <var title="">input</var> is a <code>FileList</code> object</dt>
Modified: index
===================================================================
--- index 2009-10-27 07:12:13 UTC (rev 4341)
+++ index 2009-10-27 07:37:25 UTC (rev 4342)
@@ -6322,9 +6322,9 @@
<dd><p>Return a newly constructed <code>File</code> object corresponding to the same underlying data.</dd>
- <dt>If <var title="">input</var> is a <code>FileData</code> object</dt>
+ <dt>If <var title="">input</var> is a <code>Blob</code> object</dt>
- <dd><p>Return a newly constructed <code>FileData</code> object corresponding to the same underlying data.</dd>
+ <dd><p>Return a newly constructed <code>Blob</code> object corresponding to the same underlying data.</dd>
<dt>If <var title="">input</var> is a <code>FileList</code> object</dt>
Modified: source
===================================================================
--- source 2009-10-27 07:12:13 UTC (rev 4341)
+++ source 2009-10-27 07:37:25 UTC (rev 4342)
@@ -6215,9 +6215,9 @@
<dd><p>Return a newly constructed <code>File</code> object corresponding to the same underlying data.</p></dd>
- <dt>If <var title="">input</var> is a <code>FileData</code> object</dt>
+ <dt>If <var title="">input</var> is a <code>Blob</code> object</dt>
- <dd><p>Return a newly constructed <code>FileData</code> object corresponding to the same underlying data.</p></dd>
+ <dd><p>Return a newly constructed <code>Blob</code> object corresponding to the same underlying data.</p></dd>
<dt>If <var title="">input</var> is a <code>FileList</code> object</dt>
More information about the Commit-Watchers
mailing list