StyleElement

EventTargetNodeDOMElementElementjs.html.StyleElement (extern class)

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:

Instance Members

disabled: Bool

Is a Boolean value representing whether or not the stylesheet is disabled (true) or not (false).


media: String

Is a DOMString representing the intended destination medium for style information.


type: String

Is a DOMString representing the type of style being applied by this statement.