mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb/SVG: Process script element when href
attribute changes
This commit is contained in:
parent
a187d5f28f
commit
f4c4d3c780
Notes:
github-actions[bot]
2025-02-26 15:09:53 +00:00
Author: https://github.com/tcl3
Commit: f4c4d3c780
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3703
Reviewed-by: https://github.com/awesomekling ✅
2 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
|
||||
virtual void inserted() override;
|
||||
virtual void children_changed(ChildrenChangedMetadata const*) override;
|
||||
virtual void attribute_changed(FlyString const& name, Optional<String> const& old_value, Optional<String> const& value, Optional<FlyString> const& namespace_) override;
|
||||
|
||||
protected:
|
||||
SVGScriptElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue