mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:18:13 +00:00
LibWeb: Implement RadioNodeList
This interface is used in the interface for HTMLFormControlsCollection as a live view over its matching elements. Currently the "value" attribute for this interface is left unimplemented.
This commit is contained in:
parent
c2bf391f81
commit
daefe744ba
7 changed files with 73 additions and 1 deletions
|
@ -50,6 +50,7 @@ libweb_js_bindings(DOM/NodeFilter)
|
|||
libweb_js_bindings(DOM/NodeIterator)
|
||||
libweb_js_bindings(DOM/NodeList)
|
||||
libweb_js_bindings(DOM/ProcessingInstruction)
|
||||
libweb_js_bindings(DOM/RadioNodeList)
|
||||
libweb_js_bindings(DOM/Range)
|
||||
libweb_js_bindings(DOM/ShadowRoot)
|
||||
libweb_js_bindings(DOM/StaticRange)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue