mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Fix file-type input element
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user