- From: poot <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 16:37:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Sync with latest FileAPI spec. (whatwg r4342) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3476&r2=1.3477&f=h http://html5.org/tools/web-apps-tracker?from=4341&to=4342 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3476 retrieving revision 1.3477 diff -u -d -r1.3476 -r1.3477 --- Overview.html 27 Oct 2009 07:12:11 -0000 1.3476 +++ Overview.html 27 Oct 2009 07:37:22 -0000 1.3477 @@ -5752,9 +5752,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>
Received on Tuesday, 27 October 2009 07:38:16 UTC