mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 19:46:03 +00:00
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
DOMTokenList is used as the return type of, e.g., the Element.classList property.
This commit is contained in:
parent
4d8320a49a
commit
d24ae8063b
Notes:
sideshowbarker
2024-07-18 02:10:37 +09:00
Author: https://github.com/trflynn89
Commit: d24ae8063b
Pull-request: https://github.com/SerenityOS/serenity/pull/10532
6 changed files with 339 additions and 0 deletions
|
@ -81,6 +81,7 @@ class DocumentLoadEventDelayer;
|
|||
class DocumentType;
|
||||
class DOMException;
|
||||
class DOMImplementation;
|
||||
class DOMTokenList;
|
||||
class Element;
|
||||
class Event;
|
||||
class EventHandler;
|
||||
|
@ -313,6 +314,7 @@ class DOMParserWrapper;
|
|||
class DOMRectReadOnlyWrapper;
|
||||
class DOMRectWrapper;
|
||||
class DOMStringMapWrapper;
|
||||
class DOMTokenListWrapper;
|
||||
class ElementWrapper;
|
||||
class EventListenerWrapper;
|
||||
class EventTargetWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue