LibWeb: Remove outdated FIXME about missing HTML event names

The drag-and-drop event names are already included, and the app cache
event names no longer exist (and the spec link here 404s).
This commit is contained in:
Timothy Flynn 2025-01-11 13:45:55 -05:00 committed by Jelle Raaijmakers
parent 19f97472eb
commit ed726b6af0
Notes: github-actions[bot] 2025-01-11 23:37:14 +00:00

View file

@ -11,9 +11,6 @@
namespace Web::HTML::EventNames {
// FIXME: Add app cache events https://html.spec.whatwg.org/multipage/offline.html#appcacheevents
// FIXME: Add drag and drop events https://html.spec.whatwg.org/multipage/dnd.html#dndevents
#define ENUMERATE_HTML_EVENTS \
__ENUMERATE_HTML_EVENT(abort) \
__ENUMERATE_HTML_EVENT(addtrack) \