hixie: Add input.files domintro text. (whatwg r3546)

hixie: Add input.files domintro text. (whatwg r3546)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2740&r2=1.2741&f=h
http://html5.org/tools/web-apps-tracker?from=3545&to=3546

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2740
retrieving revision 1.2741
diff -u -d -r1.2740 -r1.2741
--- Overview.html 6 Aug 2009 07:22:04 -0000 1.2740
+++ Overview.html 6 Aug 2009 09:04:53 -0000 1.2741
@@ -29960,6 +29960,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>

Received on Thursday, 6 August 2009 09:05:54 UTC