mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Partially implement HTMLSourceElement's insertion/removal steps
This implements the substeps which concern HTMLMediaElement parents.
This commit is contained in:
parent
c161a0fc49
commit
05019746d2
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/trflynn89
Commit: 05019746d2
Pull-request: https://github.com/SerenityOS/serenity/pull/18786
Reviewed-by: https://github.com/awesomekling
3 changed files with 35 additions and 1 deletions
|
@ -20,6 +20,9 @@ private:
|
|||
HTMLSourceElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual JS::ThrowCompletionOr<void> initialize(JS::Realm&) override;
|
||||
|
||||
virtual void inserted() override;
|
||||
virtual void removed_from(DOM::Node*) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue