Class CSSStyleDeclarationRule

All Implemented Interfaces:
CSSDeclarationRule, CSSRule, Serializable, CSSRule
Direct Known Subclasses:
StyleRule

public abstract class CSSStyleDeclarationRule extends BaseCSSDeclarationRule
Abstract class to be inherited by CSS rules which have both selectors and a CSSStyleDeclaration.
See Also: