AvailabilityDOM Level 2 CSS Inherits from/OverridesCSSRule CSSStyleRule Properties
DescriptionThis interface represents a style rule in a CSS style sheet. Style rules are the most common and important kinds of rules in style sheets: they specify style information that is to be applied to a specific set of document elements. selectorText is the string representation of the element selector for this rule, and style is a CSSStyleDeclaration object that represents the set of style names and values to apply to the selected elements. See Also |