mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename SharedKeyboardAndMouseEventInit to EventModifierInit
This commit is contained in:
parent
2239e827bd
commit
d26bb29bb2
4 changed files with 5 additions and 5 deletions
|
@ -43,7 +43,7 @@ partial interface KeyboardEvent {
|
|||
};
|
||||
|
||||
// https://w3c.github.io/uievents/#dictdef-keyboardeventinit
|
||||
dictionary KeyboardEventInit : SharedKeyboardAndMouseEventInit {
|
||||
dictionary KeyboardEventInit : EventModifierInit {
|
||||
DOMString key = "";
|
||||
DOMString code = "";
|
||||
unsigned long location = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue