1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:47:35 +00:00

LibWeb: Emit "focusin" and "focusout" events

This commit is contained in:
Aliaksandr Kalenik 2024-02-25 06:51:28 +01:00 committed by Andreas Kling
parent cd7b5b18e4
commit 934aa6af6a
7 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,6 @@
focus target=<INPUT id="a">
focusin target=<INPUT id="a">
blur target=<INPUT id="a">
focusout target=<INPUT id="a">
focus target=<INPUT id="b">
focusin target=<INPUT id="b">