mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Add form submission via input element
This commit is contained in:
committed by
Manish Goregaokar
parent
c92d58980c
commit
05134e6d1f
@@ -15,11 +15,11 @@ interface HTMLInputElement : HTMLElement {
|
||||
attribute boolean disabled;
|
||||
//readonly attribute HTMLFormElement? form;
|
||||
//readonly attribute FileList? files;
|
||||
// attribute DOMString formAction;
|
||||
// attribute DOMString formEnctype;
|
||||
// attribute DOMString formMethod;
|
||||
attribute DOMString formAction;
|
||||
attribute DOMString formEnctype;
|
||||
attribute DOMString formMethod;
|
||||
// attribute boolean formNoValidate;
|
||||
// attribute DOMString formTarget;
|
||||
attribute DOMString formTarget;
|
||||
// attribute unsigned long height;
|
||||
// attribute boolean indeterminate;
|
||||
// attribute DOMString inputMode;
|
||||
|
||||
Reference in New Issue
Block a user