[html5] r3546 - [e] (0) Add input.files domintro text.

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 6 02:04:49 PDT 2009


Author: ianh
Date: 2009-08-06 02:04:48 -0700 (Thu, 06 Aug 2009)
New Revision: 3546

Modified:
   index
   source
Log:
[e] (0) Add input.files domintro text.

Modified: index
===================================================================
--- index	2009-08-06 07:21:58 UTC (rev 3545)
+++ index	2009-08-06 09:04:48 UTC (rev 3546)
@@ -33803,6 +33803,15 @@
 
    </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>

Modified: source
===================================================================
--- source	2009-08-06 07:21:58 UTC (rev 3545)
+++ source	2009-08-06 09:04:48 UTC (rev 3546)
@@ -37601,6 +37601,16 @@
 
    </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>




More information about the Commit-Watchers mailing list