Implement extremely basic form submission (fixes #3554)

This commit is contained in:
Manish Goregaokar 2014-10-11 02:57:02 +05:30
parent cc6e81103f
commit b28a4c8858
5 changed files with 300 additions and 13 deletions

View file

@ -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();