Returns a CSSRuleList of the CSS rules in the style sheet.
Returns a CSSRuleList of the CSS rules in the style sheet.
MDN
Deletes a rule from the style sheet.
Deletes a rule from the style sheet.
MDN
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
The CSSStyleSheet.insertRule() method inserts a new style rule into the current style sheet.
The CSSStyleSheet.insertRule() method inserts a new style rule into the current style sheet.
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
If this style sheet is imported into the document using an @import
rule, the
ownerRule property will return that CSSImportRule, otherwise it returns null.
If this style sheet is imported into the document using an @import
rule, the
ownerRule property will return that CSSImportRule, otherwise it returns null.
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 CSSStyleSheet interface represents a single CSS style sheet.
MDN