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

LibWeb: Implement ToggleEvent for HTMLDetailsElement

This commit is contained in:
Timothy Flynn 2023-08-31 13:28:49 -04:00 committed by Andreas Kling
parent f598a357ad
commit 153ae93f9c
6 changed files with 98 additions and 3 deletions

View file

@ -395,6 +395,7 @@ set(SOURCES
HTML/TextMetrics.cpp
HTML/Timer.cpp
HTML/TimeRanges.cpp
HTML/ToggleEvent.cpp
HTML/TrackEvent.cpp
HTML/TraversableNavigable.cpp
HTML/VideoTrack.cpp