Fix file-type input element

This commit is contained in:
Zhen Zhang 2016-06-29 23:09:03 +08:00
parent 5478e605ae
commit 6ca531fb8f
8 changed files with 15 additions and 182 deletions

View file

@ -13,7 +13,7 @@ interface HTMLInputElement : HTMLElement {
attribute DOMString dirName;
attribute boolean disabled;
readonly attribute HTMLFormElement? form;
//readonly attribute FileList? files;
readonly attribute FileList? files;
attribute DOMString formAction;
attribute DOMString formEnctype;
attribute DOMString formMethod;