mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibWeb: Emit "selectionchange" event on document
This commit is contained in:
parent
9ce8189f21
commit
cd7b5b18e4
7 changed files with 71 additions and 0 deletions
|
@ -70,6 +70,7 @@ interface mixin GlobalEventHandlers {
|
|||
attribute EventHandler onseeked;
|
||||
attribute EventHandler onseeking;
|
||||
attribute EventHandler onselect;
|
||||
attribute EventHandler onselectionchange;
|
||||
attribute EventHandler onslotchange;
|
||||
attribute EventHandler onstalled;
|
||||
attribute EventHandler onsubmit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue