class js.html.svg.StyleElement extends Element

Available on js

The SVGStyleElement interface corresponds to the SVG <style> element.

Documentation for this class was provided by MDN.

Instance Fields

var media:String

Corresponds to attribute media on the given element. A DOMException is raised with code NOMODIFICATIONALLOWED_ERR on an attempt to change the value of a read only attribut. Setter throws DOMException.

var type:String

Corresponds to attribute type on the given element. A DOMException is raised with code NOMODIFICATIONALLOWED_ERR on an attempt to change the value of a read only attribut. Setter throws DOMException.