mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 21:01:53 +00:00
LibWeb/HTML: Use DOM's post-connection steps for iframe elements
See: c8ec987d1
This commit is contained in:
parent
0a90143420
commit
18dddaa742
Notes:
github-actions[bot]
2024-12-14 20:07:33 +00:00
Author: https://github.com/shannonbooth
Commit: 18dddaa742
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2916
4 changed files with 105 additions and 13 deletions
|
@ -41,7 +41,7 @@ private:
|
|||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
// ^DOM::Element
|
||||
virtual void inserted() override;
|
||||
virtual void post_connection() override;
|
||||
virtual void removed_from(Node*) override;
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
virtual i32 default_tab_index_value() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue