package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
The HTMLStyleElement interface represents a style element. It inherits properties and methods from its parent, HTMLElement, and from LinkStyle.
Documentation HTMLStyleElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
disabled:BoolIs a Boolean value representing whether or not the stylesheet is disabled (true) or not (false).
media:StringIs a DOMString representing the intended destination medium for style information.
read onlysheet:StyleSheettype:StringIs a DOMString representing the type of style being applied by this statement.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/StyleElement.html