Skip to content
SiteEmail

CSSStyleSheet

#include <CSSStyleSheet.idl>

Inherits from StyleSheet

Name
unsigned longinsertRule(CSSString rule, optional unsigned long index =0)
voiddeleteRule(unsigned long index)
Name
readonly attribute CSSRuleListcssRules

Public Attributes inherited from StyleSheet

Name
readonly attribute ElementownerNode
unsigned long insertRule(
CSSString rule,
optional unsigned long index =0
)
void deleteRule(
unsigned long index
)
readonly attribute CSSRuleList cssRules;