mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:07:43 +00:00
IDL: Add missing spec links
The only IDL interface without a spec link is Internals
This commit is contained in:
parent
1eae02a018
commit
26e6c47d0a
40 changed files with 42 additions and 0 deletions
|
@ -10,6 +10,7 @@ typedef OnErrorEventHandlerNonNull? OnErrorEventHandler;
|
|||
callback OnBeforeUnloadEventHandlerNonNull = DOMString? (Event event);
|
||||
typedef OnBeforeUnloadEventHandlerNonNull? OnBeforeUnloadEventHandler;
|
||||
|
||||
// https://html.spec.whatwg.org/#globaleventhandlers
|
||||
interface mixin GlobalEventHandlers {
|
||||
attribute EventHandler onabort;
|
||||
attribute EventHandler onauxclick;
|
||||
|
@ -82,6 +83,7 @@ interface mixin GlobalEventHandlers {
|
|||
attribute EventHandler onwheel;
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/#windoweventhandlers
|
||||
interface mixin WindowEventHandlers {
|
||||
attribute EventHandler onafterprint;
|
||||
attribute EventHandler onbeforeprint;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#import <DOM/Node.idl>
|
||||
|
||||
// https://dom.spec.whatwg.org/#callbackdef-nodefilter
|
||||
[Exposed=Window]
|
||||
interface NodeFilter {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue