mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
auto merge of #2619 : Ms2ger/servo/onclick, r=jdm
This commit is contained in:
commit
e98b03f581
4 changed files with 61 additions and 3 deletions
|
@ -21,12 +21,13 @@ typedef OnErrorEventHandlerNonNull? OnErrorEventHandler;
|
|||
|
||||
[NoInterfaceObject]
|
||||
interface GlobalEventHandlers {
|
||||
attribute EventHandler onload;
|
||||
attribute EventHandler onclick;
|
||||
attribute EventHandler onload;
|
||||
};
|
||||
|
||||
[NoInterfaceObject]
|
||||
interface WindowEventHandlers {
|
||||
attribute EventHandler onunload;
|
||||
attribute EventHandler onunload;
|
||||
};
|
||||
|
||||
// The spec has |attribute OnErrorEventHandler onerror;| on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue