1
Fork 0
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:
Aliaksandr Kalenik 2024-02-25 04:20:37 +01:00 committed by Andreas Kling
parent 9ce8189f21
commit cd7b5b18e4
7 changed files with 71 additions and 0 deletions

View file

@ -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) \