mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement extremely basic form submission (fixes #3554)
This commit is contained in:
parent
cc6e81103f
commit
b28a4c8858
5 changed files with 300 additions and 13 deletions
|
@ -21,7 +21,7 @@ interface HTMLFormElement : HTMLElement {
|
|||
//getter Element (unsigned long index);
|
||||
//getter (RadioNodeList or Element) (DOMString name);
|
||||
|
||||
//void submit();
|
||||
void submit();
|
||||
//void reset();
|
||||
//boolean checkValidity();
|
||||
//boolean reportValidity();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue