An object implementing the StyleSheet interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
StyleSheet.disabledA boolean value representing whether the current stylesheet has been applied or not.
StyleSheet.href Read onlyReturns a string representing the location of the stylesheet.
StyleSheet.media Read onlyReturns a MediaList representing the intended destination medium for style information.
StyleSheet.ownerNode Read onlyReturns a Node associating this style sheet with the current document.
StyleSheet.parentStyleSheet Read onlyReturns a StyleSheet including this one, if any; returns null if there aren't any.
StyleSheet.title Read onlyReturns a string representing the advisory title of the current style sheet.
StyleSheet.type Read onlyReturns a string representing the style sheet language for this style sheet.