mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00
LibWeb: Implement steps for removing an HTMLMediaElement from a document
This commit is contained in:
parent
344785ae3a
commit
88b8969443
2 changed files with 20 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue