From 855521b52c9ae581eec3b60857cb3bbfd709af18 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 6 Aug 2009 09:04:48 +0000 Subject: [PATCH] [e] (0) Add input.files domintro text. git-svn-id: http://svn.whatwg.org/webapps@3546 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 9 +++++++++ source | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/index b/index index 58adeb8fada..ac704a74808 100644 --- a/index +++ b/index @@ -33803,6 +33803,15 @@ You cannot complete this form until the field is correct. +
input . files
+ +
+ +

Returns a FileList object listing the selected files of + the form control.

+ +
+
input . valueAsDate [ = value ]
diff --git a/source b/source index 217816ee763..39926c61221 100644 --- a/source +++ b/source @@ -37601,6 +37601,16 @@ You cannot complete this form until the field is correct.
+
input . files
+ +
+ +

Returns a FileList object listing the selected files of + the form control.

+ +
+
input . valueAsDate [ = value ]