Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Add input.files domintro text.
git-svn-id: http://svn.whatwg.org/webapps@3546 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 6, 2009
1 parent b0bb32b commit 855521b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index
Expand Up @@ -33803,6 +33803,15 @@ You cannot complete this form until the field is correct.</samp></pre>

</dd>

<dt><var title="">input</var> . <code title=dom-input-files><a href=#dom-input-files>files</a></code></dt>

<dd>

<p>Returns a <code>FileList</code> object listing the <a href=#concept-input-type-file-selected title=concept-input-type-file-selected>selected files</a> of
the form control.</p>

</dd>

<dt><var title="">input</var> . <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code> [ = <var title="">value</var> ]</dt>

<dd>
Expand Down
10 changes: 10 additions & 0 deletions source
Expand Up @@ -37601,6 +37601,16 @@ You cannot complete this form until the field is correct.</samp></pre>

</dd>

<dt><var title="">input</var> . <code title="dom-input-files">files</code></dt>

<dd>

<p>Returns a <code>FileList</code> object listing the <span
title="concept-input-type-file-selected">selected files</span> of
the form control.</p>

</dd>

<dt><var title="">input</var> . <code title="dom-input-valueAsDate">valueAsDate</code> [ = <var title="">value</var> ]</dt>

<dd>
Expand Down

0 comments on commit 855521b

Please sign in to comment.