Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. SVGScriptElement

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.

EventTarget Node Element SVGElement SVGScriptElement

Instance properties

SVGScriptElement.hrefRead only

AnSVGAnimatedString corresponding to thehref orxlink:hrefDeprecated attribute of the given<script> element.

SVGScriptElement.typeRead only

A string corresponding to thetype attribute of the given<script> element. ADOMException is raised with the codeNO_MODIFICATION_ALLOWED_ERR on an attempt to change the value of a read only attribute.

SVGScriptElement.crossOriginRead only

A string corresponding to thecrossorigin attribute 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

Browser compatibility

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp