mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Add onkey* global event handler attributes
This commit is contained in:
parent
b1021c36c5
commit
7f63309602
4 changed files with 7 additions and 36 deletions
|
@ -24,6 +24,9 @@ interface GlobalEventHandlers {
|
|||
attribute EventHandler onclick;
|
||||
attribute EventHandler onload;
|
||||
attribute EventHandler oninput;
|
||||
attribute EventHandler onkeydown;
|
||||
attribute EventHandler onkeypress;
|
||||
attribute EventHandler onkeyup;
|
||||
attribute EventHandler onchange;
|
||||
attribute EventHandler onsubmit;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue