blob: bf02535dc457d9f0b613bae8f9484a13c772c6ec (
plain)
1
2
3
4
5
6
|
interface CSSStyleSheet : StyleSheet {
// readonly attribute CSSRule? ownerRule;
// [SameObject] readonly attribute CSSRuleList cssRules;
// unsigned long insertRule(CSSOMString rule, optional unsigned long index = 0);
// undefined deleteRule(unsigned long index);
};
|