CSSConditionRule

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.

SyntaxEdit

The syntax is described using the WebIDL format.

interface CSSConditionRule : CSSGroupingRule {
    attribute DOMString conditionText;
}

PropertiesEdit

The CSSConditionRule derives from CSSRule, CSSGroupingRule and inherits all properties of these classes. It has one specific property:

CSSConditionRule.conditionText
Represents the text of the condition of the rule.

MethodsEdit

The CSSConditionRule derives from CSSRule, CSSGroupingRule and inherits all methods of these classes. It has no specific property of its own.

SpecificationsEdit

Specification Status Comment
CSS Conditional Rules Module Level 3
The definition of 'CSSConditionRule' in that specification.
Candidate Recommendation Initial definition.

Browser compatibilityEdit

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support Not supported 20.0 (20.0) Not supported Not supported Not supported

See alsoEdit

Document Tags and Contributors

 Contributors to this page: fscholz, teoli, kscarfone, Sheppy
 Last updated by: fscholz,