mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Fix file-type input element
This commit is contained in:
parent
5478e605ae
commit
6ca531fb8f
8 changed files with 15 additions and 182 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue