mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Implement the onreset event handler.
This commit is contained in:
@@ -31,6 +31,7 @@ interface GlobalEventHandlers {
|
||||
attribute EventHandler onkeypress;
|
||||
attribute EventHandler onkeyup;
|
||||
attribute EventHandler onchange;
|
||||
attribute EventHandler onreset;
|
||||
attribute EventHandler onsubmit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user