CSSConditionRule
An object implementing the CSSConditionRule
interface represents a single condition CSS at-rule, which consists of a condition and a statement block.
Inheritors
Properties
Link copied to clipboard
The read-only conditionText
property of the CSSConditionRule interface returns or sets the text of the CSS rule.
Link copied to clipboard
The cssRules
property of the a collection of CSSRule objects.
Link copied to clipboard
The parentRule
property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
Link copied to clipboard
The parentStyleSheet
property of the the current rule is defined.