Haxe API Documentation
Back | Index
extern class js.html.svg.StyleElement
extends Element
Available in js
The SVGStyleElement interface corresponds to the SVG <style> element.

Documentation for this class was provided by MDN.
var disabled : Bool
var media : String
Corresponds to attribute media on the given element. A DOMException is raised with code NO_MODIFICATION_ALLOWED_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 NO_MODIFICATION_ALLOWED_ERR on an attempt to change the value of a read only attribut. Setter throws DOMException.
Back | Index