SVGScriptElement.idl 358 B

12345678910
  1. #import <HTML/Scripting/Fetching.idl>
  2. // https://www.w3.org/TR/SVG/interact.html#InterfaceSVGScriptElement
  3. [Exposed=Window]
  4. interface SVGScriptElement : SVGElement {
  5. [Reflect] attribute DOMString type;
  6. [Reflect=crossorigin, Enumerated=CORSSettingsAttribute] attribute DOMString? crossOrigin;
  7. };
  8. // FIXME: SVGScriptElement includes SVGURIReference;