mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
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:
parent
19f97472eb
commit
ed726b6af0
|
|
@ -11,9 +11,6 @@
|
||||||
|
|
||||||
namespace Web::HTML::EventNames {
|
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 \
|
#define ENUMERATE_HTML_EVENTS \
|
||||||
__ENUMERATE_HTML_EVENT(abort) \
|
__ENUMERATE_HTML_EVENT(abort) \
|
||||||
__ENUMERATE_HTML_EVENT(addtrack) \
|
__ENUMERATE_HTML_EVENT(addtrack) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user