mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement the onreset event handler.
This commit is contained in:
parent
ffc1c777fe
commit
3ef39e1a30
3 changed files with 2 additions and 12 deletions
|
@ -31,6 +31,7 @@ interface GlobalEventHandlers {
|
|||
attribute EventHandler onkeypress;
|
||||
attribute EventHandler onkeyup;
|
||||
attribute EventHandler onchange;
|
||||
attribute EventHandler onreset;
|
||||
attribute EventHandler onsubmit;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue