mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWeb: Implement (most of) NamedNodeMap to store attributes
This commit is contained in:
parent
454d218716
commit
2a3ac02ef1
Notes:
sideshowbarker
2024-07-18 02:16:29 +09:00
Author: https://github.com/trflynn89
Commit: 2a3ac02ef1
Pull-request: https://github.com/SerenityOS/serenity/pull/10510
Reviewed-by: https://github.com/linusg
6 changed files with 284 additions and 0 deletions
|
@ -88,6 +88,7 @@ class EventListener;
|
|||
class EventTarget;
|
||||
class HTMLCollection;
|
||||
class LiveNodeList;
|
||||
class NamedNodeMap;
|
||||
class Node;
|
||||
class NodeList;
|
||||
class ParentNode;
|
||||
|
@ -400,6 +401,7 @@ class MessageChannelWrapper;
|
|||
class MessageEventWrapper;
|
||||
class MessagePortWrapper;
|
||||
class MouseEventWrapper;
|
||||
class NamedNodeMapWrapper;
|
||||
class NodeListWrapper;
|
||||
class NodeWrapper;
|
||||
class PageTransitionEventWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue