mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02:00
Implement extremely basic form submission (fixes #3554)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user