mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Implement definition of remaining global event handlers
This commit is contained in:
parent
9884cd0628
commit
172d5f6987
Notes:
github-actions[bot]
2025-01-05 16:20:19 +00:00
Author: https://github.com/shannonbooth
Commit: 172d5f6987
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3147
Reviewed-by: https://github.com/tcl3 ✅
4 changed files with 12 additions and 3 deletions
|
@ -17,7 +17,7 @@ interface mixin GlobalEventHandlers {
|
|||
attribute EventHandler onabort;
|
||||
attribute EventHandler onauxclick;
|
||||
attribute EventHandler onbeforeinput;
|
||||
// TODO: attribute EventHandler onbeforematch;
|
||||
attribute EventHandler onbeforematch;
|
||||
attribute EventHandler onbeforetoggle;
|
||||
attribute EventHandler onblur;
|
||||
attribute EventHandler oncancel;
|
||||
|
@ -26,9 +26,9 @@ interface mixin GlobalEventHandlers {
|
|||
attribute EventHandler onchange;
|
||||
attribute EventHandler onclick;
|
||||
attribute EventHandler onclose;
|
||||
// TODO: attribute EventHandler oncontextlost;
|
||||
attribute EventHandler oncontextlost;
|
||||
attribute EventHandler oncontextmenu;
|
||||
// TODO: attribute EventHandler oncontextrestored;
|
||||
attribute EventHandler oncontextrestored;
|
||||
attribute EventHandler oncopy;
|
||||
attribute EventHandler oncuechange;
|
||||
attribute EventHandler oncut;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue