mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +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;
|