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
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.
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.