CSSStyleSheet
#include <CSSStyleSheet.idl>
Inherits from StyleSheet
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| unsigned long | insertRule(CSSString rule, optional unsigned long index =0) |
| void | deleteRule(unsigned long index) |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute CSSRuleList | cssRules |
Additional inherited members
Section titled “Additional inherited members”Public Attributes inherited from StyleSheet
| Name | |
|---|---|
| readonly attribute Element | ownerNode |
Public Functions Documentation
Section titled “Public Functions Documentation”function insertRule
Section titled “function insertRule”unsigned long insertRule( CSSString rule, optional unsigned long index =0)function deleteRule
Section titled “function deleteRule”void deleteRule( unsigned long index)Public Attributes Documentation
Section titled “Public Attributes Documentation”variable cssRules
Section titled “variable cssRules”readonly attribute CSSRuleList cssRules;© 2026 Coherent Labs. All rights reserved.