ICSSStyleRule Interface

ICSSStyleRule interface

The CSSStyleRule interface represents a single CSS style rule. The selectorText attribute, on getting, must return the result of serializing the associated group of selectors

public interface ICSSStyleRule : ICSSRule

Properties

NameDescription
getSelectorText The textual representation of the selector for the rule set. The implementation may have stripped out insignificant whitespace while parsing the selector.
getStyle The read-only style property is the CSSStyleDeclaration interface for the declaration block of the CSSStyleRule.

See Also