class js.html.StyleSheet

Available on js

An object implementing the StyleSheet interface represents a single style sheet.  CSS style sheets will further implement the more specialized CSSStyleSheet interface.

Documentation for this class was provided by MDN.

Instance Fields

var disabled:Bool

This property indicates whether the current stylesheet has been applied or not.

var href:String

Returns the location of the stylesheet.

var media:MediaList

Specifies the intended destination medium for style information.

var ownerNode:Node

Returns the node that associates this style sheet with the document.

var parentStyleSheet:StyleSheet

Returns the stylesheet that is including this one, if any.

var title:String

Returns the advisory title of the current style sheet.

var type:String

Specifies the style sheet language for this style sheet.