mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implements basic form resetting
What can this do? Reset `<input type=text>` fields back to their default value through a call to a form's reset method. That's all for now! Fixes compile error after rebase
This commit is contained in:
@@ -22,7 +22,7 @@ interface HTMLFormElement : HTMLElement {
|
||||
//getter (RadioNodeList or Element) (DOMString name);
|
||||
|
||||
void submit();
|
||||
//void reset();
|
||||
void reset();
|
||||
//boolean checkValidity();
|
||||
//boolean reportValidity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user