mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:08:11 +00:00
8 lines
165 B
Text
8 lines
165 B
Text
#import <DOM/Element.idl>
|
|
#import <HTML/HTMLElement.idl>
|
|
#import <HTML/DOMStringMap.idl>
|
|
|
|
interface SVGElement : Element {
|
|
};
|
|
|
|
SVGElement includes HTMLOrSVGElement;
|