mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements
This commit is contained in:
@@ -39,6 +39,8 @@ private:
|
||||
bool m_firing_submission_events { false };
|
||||
|
||||
Vector<JS::GCPtr<HTMLElement>> m_associated_elements;
|
||||
|
||||
JS::GCPtr<DOM::HTMLCollection> mutable m_elements;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user