mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Add support for HTMLOrSVGElement.dataset
This commit is contained in:
parent
37347cbcb6
commit
f6b24a72ee
Notes:
sideshowbarker
2024-07-18 03:25:47 +09:00
Author: https://github.com/Lubrsi
Commit: f6b24a72ee
Pull-request: https://github.com/SerenityOS/serenity/pull/10219
12 changed files with 259 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
|||
#include <LibWeb/Bindings/DOMImplementationPrototype.h>
|
||||
#include <LibWeb/Bindings/DOMParserConstructor.h>
|
||||
#include <LibWeb/Bindings/DOMParserPrototype.h>
|
||||
#include <LibWeb/Bindings/DOMStringMapConstructor.h>
|
||||
#include <LibWeb/Bindings/DOMStringMapPrototype.h>
|
||||
#include <LibWeb/Bindings/DocumentConstructor.h>
|
||||
#include <LibWeb/Bindings/DocumentFragmentConstructor.h>
|
||||
#include <LibWeb/Bindings/DocumentFragmentPrototype.h>
|
||||
|
@ -268,6 +270,7 @@
|
|||
ADD_WINDOW_OBJECT_INTERFACE(DOMException) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(DOMImplementation) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(DOMParser) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(DOMStringMap) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(Element) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(Event) \
|
||||
ADD_WINDOW_OBJECT_INTERFACE(EventTarget) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue