LibWeb: Implement definition of remaining global event handlers

This commit is contained in:
Shannon Booth 2025-01-05 20:11:59 +13:00 committed by Tim Ledbetter
commit 172d5f6987
Notes: github-actions[bot] 2025-01-05 16:20:19 +00:00
4 changed files with 12 additions and 3 deletions

View file

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