web api instance method
CSSStyleSheet: deleteRule() method
The CSSStyleSheet method
deleteRule() removes a rule from the stylesheet
object.
Syntax
deleteRule(index)
Parameters
index- : The index into the stylesheet’s
CSSRuleListindicating the rule to be removed.
- : The index into the stylesheet’s
Return value
None (undefined).
Examples
This example removes the first rule from the stylesheet myStyles.
myStyles.deleteRule(0);
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.