- #import <CSS/LinkStyle.idl>
- #import <SVG/SVGElement.idl>
- [Exposed=Window]
- interface SVGStyleElement : SVGElement {
- [Reflect] attribute DOMString type;
- [Reflect] attribute DOMString media;
- [Reflect] attribute DOMString title;
- };
- SVGStyleElement includes LinkStyle;
|