[scriptable, uuid(a6cf90c2-15b3-11d2-932e-00805f8add32)]
interface nsIDOMCSSStyleSheet : nsIDOMStyleSheet
Attributes
readonly attribute
nsIDOMCSSRuleList
cssRules
The nsIDOMCSSStyleSheet interface is a datatype for a CSS style sheet in the Document Object Model. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Style @status FROZEN
readonly attribute
nsIDOMCSSRule
ownerRule
Methods
void
deleteRule(in unsigned long index)
unsigned long
insertRule(in DOMString rule, in unsigned long index)
Compare to: