« SVG Attribute reference home
The contentScriptType attribute on the <svg> element specifies the default scripting language for the given document fragment.
This attribute sets the default scripting language used to process the value strings in event attributes. This language must be used for all instances of script that do not specify their own scripting language. The value content-type specifies a media type, per MIME Part Two: Media Types [RFC2046]. The default value is application/ecmascript
Usage context
| Categories | None |
|---|---|
| Value | <content-type> |
| Animatable | No |
| Normative document | SVG 1.1 (2nd Edition) |