mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Add form submission via input element
This commit is contained in:
parent
c92d58980c
commit
05134e6d1f
3 changed files with 103 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue