mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:45:06 +00:00
12 lines
328 B
Text
12 lines
328 B
Text
#import <CSS/ElementCSSInlineStyle.idl>
|
|
#import <DOM/Element.idl>
|
|
#import <HTML/HTMLElement.idl>
|
|
#import <HTML/DOMStringMap.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement
|
|
[Exposed=Window]
|
|
interface SVGElement : Element {
|
|
};
|
|
|
|
SVGElement includes HTMLOrSVGElement;
|
|
SVGElement includes ElementCSSInlineStyle;
|