mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement SVGUseElement#href
Required by Ruffle.
b196c8d1bc/web/packages/core/src/shadow-template.ts (L601-L602)
This commit is contained in:
committed by
Andreas Kling
parent
968bec9844
commit
54972e3ceb
Notes:
sideshowbarker
2024-07-16 21:34:08 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/54972e3ceb Pull-request: https://github.com/SerenityOS/serenity/pull/21932 Reviewed-by: https://github.com/awesomekling
@@ -1,6 +1,7 @@
|
||||
#import <SVG/SVGAnimatedLength.idl>
|
||||
#import <SVG/SVGElement.idl>
|
||||
#import <SVG/SVGGraphicsElement.idl>
|
||||
#import <SVG/SVGURIReference.idl>
|
||||
|
||||
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGUseElement
|
||||
[Exposed=Window]
|
||||
@@ -13,4 +14,4 @@ interface SVGUseElement : SVGGraphicsElement {
|
||||
[SameObject] readonly attribute SVGElement? animatedInstanceRoot;
|
||||
};
|
||||
|
||||
// FIXME: SVGUseElement includes SVGURIReference;
|
||||
SVGUseElement includes SVGURIReference;
|
||||
|
||||
Reference in New Issue
Block a user