mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements
This commit is contained in:
parent
7d8ff0c581
commit
d7c58aa58d
Notes:
sideshowbarker
2024-07-17 05:19:06 +09:00
Author: https://github.com/awesomekling
Commit: d7c58aa58d
Pull-request: https://github.com/SerenityOS/serenity/pull/16175
Reviewed-by: https://github.com/ADKaster
3 changed files with 11 additions and 7 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue