mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
LibWeb/HTML: Implement HTMLOptionElement moving steps
This commit is contained in:
Notes:
github-actions[bot]
2026-04-22 13:06:58 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/f434ddc01f7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8946 Reviewed-by: https://github.com/gmta ✅
@@ -65,6 +65,7 @@ private:
|
||||
|
||||
virtual void inserted() override;
|
||||
virtual void removed_from(IsSubtreeRoot, Node* old_ancestor, Node& old_root) override;
|
||||
virtual void moved_from(IsSubtreeRoot, GC::Ptr<Node> old_ancestor) override;
|
||||
virtual void children_changed(ChildrenChangedMetadata const&) override;
|
||||
|
||||
void ask_for_a_reset();
|
||||
|
||||
Reference in New Issue
Block a user