SVGScriptElement.idl 285 B

12345678
  1. // https://www.w3.org/TR/SVG/interact.html#InterfaceSVGScriptElement
  2. [Exposed=Window]
  3. interface SVGScriptElement : SVGElement {
  4. [Reflect] attribute DOMString type;
  5. [Reflect=crossorigin] attribute DOMString? crossOrigin;
  6. };
  7. // FIXME: SVGScriptElement includes SVGURIReference;