Is a Boolean representing whether the current stylesheet has been applied or not.
Is a Boolean representing whether the current stylesheet has been applied or not.
MDN
Returns a MediaList representing the intended destination medium for style information.
Returns a MediaList representing the intended destination medium for style information.
MDN
ownerNode returns the node that associates this style sheet with the document.
ownerNode returns the node that associates this style sheet with the document.
MDN
Returns a StyleSheet including this one, if any; returns null if there aren't any.
Returns a StyleSheet including this one, if any; returns null if there aren't any.
MDN
Returns a DOMString representing the advisory title of the current style sheet.
Returns a DOMString representing the advisory title of the current style sheet.
MDN
Returns a DOMString representing the style sheet language for this style sheet.
Returns a DOMString representing the style sheet language for this style sheet.
MDN
An object implementing the StyleSheet interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
MDN