An object implementing the CSSConditionRule
interface represents a single condition CSS at-rule, which consists of a condition and a statement block. It is a child of CSSGroupingRule
.
Two objects derive from it : CSSMediaRule
and CSSSupportsRule
.
The syntax is described using the WebIDL format.
interface CSSConditionRule : CSSGroupingRule { attribute DOMString conditionText; }
The CSSConditionRule
derives from CSSRule
, CSSGroupingRule
and inherits all properties of these classes. It has one specific property:
CSSConditionRule.conditionText
The CSSConditionRule
derives from CSSRule
, CSSGroupingRule
and inherits all methods of these classes. It has no specific property of its own.
Specification | Status | Comment |
---|---|---|
CSS Conditional Rules Module Level 3 The definition of 'CSSConditionRule' in that specification. | Candidate Recommendation | Initial definition. |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | 56 | Yes | 20 | No | 43 | ? |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | 56 | 56 | Yes | 20 | 43 | ? | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CSSConditionRule