- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Oct 2009 07:37:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1593 Modified Files: Overview.html Log Message: Sync with latest FileAPI spec. (whatwg r4342) Index: Overview.html =================================================================== 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:37:29 UTC