#import #import #import #import #import #import #import // https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement [Exposed=Window] interface SVGElement : Element { [SameObject] readonly attribute SVGAnimatedString className; readonly attribute SVGSVGElement? ownerSVGElement; [FIXME] readonly attribute SVGElement? viewportElement; }; SVGElement includes GlobalEventHandlers; SVGElement includes HTMLOrSVGElement; SVGElement includes ElementCSSInlineStyle;