mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement steps for removing an HTMLMediaElement from a document
This commit is contained in:
committed by
Andreas Kling
parent
344785ae3a
commit
88b8969443
Notes:
sideshowbarker
2024-07-17 02:38:39 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/88b8969443 Pull-request: https://github.com/SerenityOS/serenity/pull/18638 Reviewed-by: https://github.com/awesomekling
@@ -89,6 +89,7 @@ protected:
|
||||
|
||||
virtual void parse_attribute(DeprecatedFlyString const& name, DeprecatedString const& value) override;
|
||||
virtual void did_remove_attribute(DeprecatedFlyString const&) override;
|
||||
virtual void removed_from(DOM::Node*) override;
|
||||
|
||||
// Override in subclasses to handle implementation-specific behavior when the element state changes
|
||||
// to playing or paused, e.g. to start/stop play timers.
|
||||
|
||||
Reference in New Issue
Block a user