LibWeb/SVG: Add spec link to SVGAElement

This commit is contained in:
Jamie Mansfield 2024-07-16 11:31:41 +01:00 committed by Andreas Kling
parent 6f3c5f5ae9
commit 5bac8e7730
Notes: sideshowbarker 2024-07-17 07:48:42 +09:00

View file

@ -1,6 +1,7 @@
#import <HTML/HTMLHyperlinkElementUtils.idl>
#import <SVG/SVGURIReference.idl>
// https://svgwg.org/svg2-draft/linking.html#InterfaceSVGAElement
[Exposed=Window]
interface SVGAElement : SVGGraphicsElement {