LibWeb: Fix spec link to SVGTitleElement

This commit is contained in:
Jamie Mansfield 2024-04-15 18:42:14 +01:00 committed by Andreas Kling
parent 1cb5385a29
commit bb37451fe5
Notes: sideshowbarker 2024-07-17 03:19:14 +09:00

View file

@ -1,6 +1,6 @@
#import <SVG/SVGElement.idl>
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSVGElement
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGTitleElement
[Exposed=Window]
interface SVGTitleElement : SVGElement {
};