1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:47:46 +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:
Shannon Booth 2023-08-20 14:41:51 +12:00 committed by Andreas Kling
parent daefe744ba
commit 27dd2a40ad
6 changed files with 118 additions and 1 deletions

View file

@ -225,6 +225,7 @@ class Event;
class EventHandler;
class EventTarget;
class HTMLCollection;
class HTMLFormControlsCollection;
class IDLEventListener;
class LiveNodeList;
class MutationObserver;