mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement WindowEventHandlers
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 09:52:33 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/3fe66bddf4 Pull-request: https://github.com/SerenityOS/serenity/pull/14406 Reviewed-by: https://github.com/linusg
@@ -1,3 +1,4 @@
|
||||
#import <DOM/EventHandler.idl>
|
||||
#import <HTML/HTMLElement.idl>
|
||||
|
||||
interface HTMLBodyElement : HTMLElement {
|
||||
@@ -10,3 +11,5 @@ interface HTMLBodyElement : HTMLElement {
|
||||
[Reflect] attribute DOMString background;
|
||||
|
||||
};
|
||||
|
||||
HTMLBodyElement includes WindowEventHandlers;
|
||||
|
||||
Reference in New Issue
Block a user