Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
The deleteRule() method of the CSSGroupingRule interface removes a CSS rule from a list of child CSS rules.
The index of the rule to delete.
None (undefined).
Thrown if index is greater than or equal to the number of child CSS rules.
InvalidStateError DOMExceptionThrown if the rule being removed is an @namespace at-rule, and the list of child CSS rules contains anything other than @import at-rules and @namespace at-rules.
| CSS Object Model (CSSOM) # dom-cssgroupingrule-deleterule |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Apr 7, 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.