| ZVON > References > DOM2 Reference |
| Intro / Search / ZVON |
| DOM2 reference > Style: CSSStyleSheet > insertRule | [Go to standard] [Glossary] [Help] |
| DOMString rule | - | The parsable text representing the rule. For rule sets this contains both the selector and the style declaration. For at-rules, this specifies both the at-identifier and the rule content. |
| unsigned index | - | The index within the style sheet's rule list of the rule before which to insert the specified rule. If the specified index is equal to the length of the style sheet's rule collection, the rule will be added to the end of the style sheet. |
|
|
|