mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
LibWeb: Implement HTMLFormControlsCollection
This collection is used in the form element for when element lookup yields multiple elements.
This commit is contained in:
parent
daefe744ba
commit
27dd2a40ad
6 changed files with 118 additions and 1 deletions
|
@ -153,6 +153,7 @@ set(SOURCES
|
|||
DOM/EventDispatcher.cpp
|
||||
DOM/EventTarget.cpp
|
||||
DOM/HTMLCollection.cpp
|
||||
DOM/HTMLFormControlsCollection.cpp
|
||||
DOM/IDLEventListener.cpp
|
||||
DOM/LiveNodeList.cpp
|
||||
DOM/MutationObserver.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue