mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
Clean up whitespace, long lines for WebIDLs
This commit is contained in:
parent
d1acefa452
commit
9415c92a5c
15 changed files with 63 additions and 31 deletions
|
@ -30,7 +30,9 @@ interface KeyboardEvent : UIEvent {
|
|||
// https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#idl-interface-KeyboardEvent-initializers
|
||||
partial interface KeyboardEvent {
|
||||
// Originally introduced (and deprecated) in DOM Level 3
|
||||
void initKeyboardEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg, DOMString keyArg, unsigned long locationArg, DOMString modifiersListArg, boolean repeat, DOMString locale);
|
||||
void initKeyboardEvent (DOMString typeArg, boolean bubblesArg, boolean cancelableArg, Window? viewArg,
|
||||
DOMString keyArg, unsigned long locationArg, DOMString modifiersListArg,
|
||||
boolean repeat, DOMString locale);
|
||||
};
|
||||
|
||||
// https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#KeyboardEvent-supplemental-interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue