An object implementing the CSSConditionRule
interface represents a single condition CSS at-rule, which consists of a condition and a statement block.
Three objects derive from CSSConditionRule
: CSSMediaRule
, CSSContainerRule
and CSSSupportsRule
.
Instance properties
Inherits properties from its ancestors CSSGroupingRule
and CSSRule
.
-
CSSConditionRule.conditionText
Read only
-
Represents the text of the condition of the rule.
Instance methods
Inherits methods from its ancestors CSSGroupingRule
and CSSRule
.
Specifications
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Opera |
Safari |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
WebView Android |
CSSConditionRule |
56 |
12 |
20 |
43 |
14.1 |
56 |
20 |
43 |
14.5 |
6.0 |
56 |
conditionText |
56 |
12 |
20 |
43 |
14.1 |
56 |
20 |
43 |
14.5 |
6.0 |
56 |
See also