SVGScriptElement
Baseline Widely available *
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
* Some parts of this feature may have varying levels of support.
TheSVGScriptElement interface corresponds to the SVG<script> element.
In this article
Instance properties
SVGScriptElement.hrefRead onlyAn
SVGAnimatedStringcorresponding to thehreforxlink:hrefDeprecated attribute of the given<script>element.SVGScriptElement.typeRead onlyA string corresponding to the
typeattribute of the given<script>element. ADOMExceptionis raised with the codeNO_MODIFICATION_ALLOWED_ERRon an attempt to change the value of a read only attribute.SVGScriptElement.crossOriginRead onlyA string corresponding to the
crossoriginattribute of the given<script>element.
Instance methods
This interface doesn't implement any specific methods, but inherits methods from its parent interface,SVGElement.
Specifications
| Specification |
|---|
| Scalable Vector Graphics (SVG) 2> # InterfaceSVGScriptElement> |