ICssRule
Represents the base interface for a CSS rule.
Gets the textual representation of the rule.
Gets the CSSStyleSheet object that owns this rule, if any.
Gets the containing (parent) rule, if any.
Gets the type constant indicating the type of CSS rule.
Sets the owning sheet. This implies using no parent.
Sets the parent rule. This implies using the
owner from the given rule.