removeRule method

void removeRule([
  1. int index
])

The obsolete CSSStyleSheet method removeRule() removes a rule from the stylesheet object. It is functionally identical to the standard, preferred method CSSStyleSheet.deleteRule.

Note: This is a legacy method which has been replaced by the standard method CSSStyleSheet.deleteRule. You should use that instead.

Implementation

external void removeRule([int index]);