Implement the onreset event handler.

This commit is contained in:
Josh Matthews 2015-12-30 16:04:16 -05:00
parent ffc1c777fe
commit 3ef39e1a30
3 changed files with 2 additions and 12 deletions

View file

@ -31,6 +31,7 @@ interface GlobalEventHandlers {
attribute EventHandler onkeypress;
attribute EventHandler onkeyup;
attribute EventHandler onchange;
attribute EventHandler onreset;
attribute EventHandler onsubmit;
};