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 CSSRule
and CSSGroupingRule
.
CSSConditionRule.conditionText
-
Represents the text of the condition of the rule.
Instance methods
No specific methods; inherits methods from its ancestors CSSRule
and CSSGroupingRule
.
Specifications
Browser compatibility
|
Desktop |
Mobile |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
WebView Android |
Chrome Android |
Firefox for Android |
Opera Android |
Safari on IOS |
Samsung Internet |
CSSConditionRule |
56 |
12 |
20 |
No |
43 |
14.1 |
56 |
56 |
20 |
43 |
14.5 |
6.0 |
conditionText |
56 |
12 |
20 |
No |
43 |
14.1 |
56 |
56 |
20 |
43 |
14.5 |
6.0 |
See also