mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
LibWeb: Emit "focusin" and "focusout" events
This commit is contained in:
parent
cd7b5b18e4
commit
934aa6af6a
7 changed files with 78 additions and 0 deletions
|
@ -34,6 +34,8 @@
|
|||
E(onended, HTML::EventNames::ended) \
|
||||
E(onerror, HTML::EventNames::error) \
|
||||
E(onfocus, HTML::EventNames::focus) \
|
||||
E(onfocusin, HTML::EventNames::focusin) \
|
||||
E(onfocusout, HTML::EventNames::focusout) \
|
||||
E(onformdata, HTML::EventNames::formdata) \
|
||||
E(oninput, HTML::EventNames::input) \
|
||||
E(oninvalid, HTML::EventNames::invalid) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue