- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Aug 2009 09:04:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19646
Modified Files:
Overview.html
Log Message:
Add input.files domintro text. (whatwg r3546)
Index: Overview.html
===================================================================
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:10 UTC