SVGStyleElement.idl 272 B

1234567891011
  1. #import <CSS/LinkStyle.idl>
  2. #import <SVG/SVGElement.idl>
  3. [Exposed=Window]
  4. interface SVGStyleElement : SVGElement {
  5. [Reflect] attribute DOMString type;
  6. [Reflect] attribute DOMString media;
  7. [Reflect] attribute DOMString title;
  8. };
  9. SVGStyleElement includes LinkStyle;