mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +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
|
@ -42,8 +42,9 @@ libweb_js_bindings(DOM/Element)
|
|||
libweb_js_bindings(DOM/Event)
|
||||
libweb_js_bindings(DOM/EventTarget)
|
||||
libweb_js_bindings(DOM/HTMLCollection)
|
||||
libweb_js_bindings(DOM/MutationRecord)
|
||||
libweb_js_bindings(DOM/HTMLFormControlsCollection)
|
||||
libweb_js_bindings(DOM/MutationObserver)
|
||||
libweb_js_bindings(DOM/MutationRecord)
|
||||
libweb_js_bindings(DOM/NamedNodeMap)
|
||||
libweb_js_bindings(DOM/Node)
|
||||
libweb_js_bindings(DOM/NodeFilter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue