StyleElement
package js.html.svg
extends Element › DOMElement › Node › EventTarget
Available on js
The SVGStyleElement
interface corresponds to the SVG style
element.
Documentation SVGStyleElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Variables
media:String
A DOMString
corresponding to the media
attribute of the given element. SVG 1.1 defined that a DOMException
is raised with code NO_MODIFICATION_ALLOWED_ERR
on an attempt to change the value of a read-only attribute. This restriction was removed in SVG 2.
read onlysheet:StyleSheet
type:String
A DOMString
corresponding to the type
attribute of the given element. SVG 1.1 defined that a DOMException
is raised with code NO_MODIFICATION_ALLOWED_ERR
on an attempt to change the value of a read-only attribute. This restriction was removed in SVG 2.
xmlspace:String
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/StyleElement.html