JavaScripture
Contribute via GitHub Feedback

StyleSheet : Object

The base type for CSSStyleSheet.

Instance Properties

disabled : Boolean

Set to true to turn off all the rules in the StyleSheet. This property mirrors the this.ownerNode.disabled property.

Example:

Run

Results:

 

href : String  

media : MediaList  

ownerNode : Node  

The Node that owns this. Typically it is an HTMLStyleElement.

parentStyleSheet : StyleSheet  

title : String  

type : String