Skip to content

Commit

Permalink
[e] (0) Sync with latest FileAPI spec.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4342 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 27, 2009
1 parent f3f854e commit 1231fec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -6512,9 +6512,9 @@ <h4 id=safe-passing-of-structured-data><span class=secno>2.7.5 </span>Safe passi

<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>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -6322,9 +6322,9 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <span>NodeList</span

<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>

Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -6215,9 +6215,9 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {

<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>

Expand Down

0 comments on commit 1231fec

Please sign in to comment.