CSSConditionRule
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
An object implementing theCSSConditionRule interface represents a single condition CSSat-rule, which consists of a condition and a statement block.
Three objects derive fromCSSConditionRule:CSSMediaRule,CSSContainerRule andCSSSupportsRule.
In this article
Instance properties
Inherits properties from its ancestorsCSSGroupingRule andCSSRule.
CSSConditionRule.conditionTextRead onlyRepresents the text of the condition of the rule.
Instance methods
Inherits methods from its ancestorsCSSGroupingRule andCSSRule.
Specifications
| Specification |
|---|
| CSS Conditional Rules Module Level 3> # the-cssconditionrule-interface> |