LibWeb/DOM: Implement the DOM post connection steps

See: 0616094
This commit is contained in:
Shannon Booth 2024-12-10 19:34:50 +13:00 committed by Luke Wilde
commit 02efb64e64
Notes: github-actions[bot] 2024-12-10 10:39:57 +00:00
2 changed files with 29 additions and 1 deletions

View file

@ -248,6 +248,7 @@ public:
Element const* parent_element() const;
virtual void inserted();
virtual void post_connection();
virtual void removed_from(Node*);
virtual void children_changed() { }
virtual void adopted_from(Document&) { }