StyleSheet
An object implementing the StyleSheet interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
Documentation StyleSheet by Mozilla Contributors, licensed under CC-BY-SA 2.5.
Instance Members
type: StringReturns a DOMString representing the style sheet language for this style sheet.
href: StringReturns a DOMString representing the location of the stylesheet.
ownerNode: NodeReturns a Node associating this style sheet with the current document.
parentStyleSheet: StyleSheetReturns a StyleSheet including this one, if any; returns null if there aren't any.
title: StringReturns a DOMString representing the advisory title of the current style sheet.
media: MediaListReturns a MediaList representing the intended destination medium for style information.
disabled: BoolIs a Boolean representing whether the current stylesheet has been applied or not.