mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00: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
Notes:
github-actions[bot]
2025-01-11 23:37:14 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/ed726b6af07 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3229 Reviewed-by: https://github.com/gmta ✅
1 changed files with 0 additions and 3 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue