mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +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
|
@ -63,6 +63,7 @@
|
|||
E(onseeked, HTML::EventNames::seeked) \
|
||||
E(onseeking, HTML::EventNames::seeking) \
|
||||
E(onselect, HTML::EventNames::select) \
|
||||
E(onselectionchange, HTML::EventNames::selectionchange) \
|
||||
E(onslotchange, HTML::EventNames::slotchange) \
|
||||
E(onstalled, HTML::EventNames::stalled) \
|
||||
E(onsubmit, HTML::EventNames::submit) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue