auto merge of #2619 : Ms2ger/servo/onclick, r=jdm

This commit is contained in:
bors-servo 2014-06-08 20:46:39 -04:00
commit e98b03f581
4 changed files with 61 additions and 3 deletions

View file

@ -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